Commit 4f6fc963 authored by Matthew Hooker's avatar Matthew Hooker

some documentation.

parent 1befba24
...@@ -126,6 +126,10 @@ Optional: ...@@ -126,6 +126,10 @@ Optional:
* `unmount_command` (string) - Just like `mount_command`, except this is * `unmount_command` (string) - Just like `mount_command`, except this is
the command to unmount devices. the command to unmount devices.
* `chroot_command` (string) - The command to use to create the chroot.
This defaults to "chroot", but like `mount_command`, it may be useful
to use `sudo` or variables.
## Basic Example ## Basic Example
Here is a basic example. It is completely valid except for the access keys: Here is a basic example. It is completely valid except for the access keys:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment