some documentation.
This commit is contained in:
parent
1befba24ed
commit
4f6fc96397
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue