From 4f6fc963971785d7a36d4f1ecb46a237ae2b7988 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Tue, 17 Sep 2013 06:01:23 -0700 Subject: [PATCH] some documentation. --- website/source/docs/builders/amazon-chroot.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/builders/amazon-chroot.html.markdown b/website/source/docs/builders/amazon-chroot.html.markdown index 593ac97fe..5d0f23b6e 100644 --- a/website/source/docs/builders/amazon-chroot.html.markdown +++ b/website/source/docs/builders/amazon-chroot.html.markdown @@ -126,6 +126,10 @@ Optional: * `unmount_command` (string) - Just like `mount_command`, except this is 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 Here is a basic example. It is completely valid except for the access keys: