Update documentation
[grml-debootstrap.git] / grml-debootstrap.8.txt
index dbdc209..90b784c 100644 (file)
@@ -38,6 +38,13 @@ Options and environment variables
 *-c*, *--config* <_file_>::
     Use specified configuration file, defaults to /etc/debootstrap/config.
 
 *-c*, *--config* <_file_>::
     Use specified configuration file, defaults to /etc/debootstrap/config.
 
+*--chroot-scripts* <_directory_>::
+
+    Execute chroot scripts from specified directory. This allows customisation
+    of the chroot setup, the executable script(s) present in the given directory
+    are executed at the end of the chroot procedure.
+    Default directory: /etc/debootstrap/chroot-scripts/
+
 *-d*, *--confdir* <_path_>::
     Place of configuration files for debootstrap, defaults to /etc/debootstrap.
 
 *-d*, *--confdir* <_path_>::
     Place of configuration files for debootstrap, defaults to /etc/debootstrap.
 
@@ -85,10 +92,9 @@ Options and environment variables
     Specify mountpoint that should be used for mounting the target system.
     Corresponding with configuration variable MNTPOINT.
 
     Specify mountpoint that should be used for mounting the target system.
     Corresponding with configuration variable MNTPOINT.
 
-*--packages* [<_file_>]::
+*--packages* <_file_>::
     Use specified file as list for packages that should be installed instead of
     Use specified file as list for packages that should be installed instead of
-    the default package list file <confdir>/packages. If no file parameter is given
-    it activates the default package list file <confdir>/packages.
+    the default package list file <confdir>/packages.
 
 *--password* <_password_>::
     Use specified password as password for user root. Use with caution, as your
 
 *--password* <_password_>::
     Use specified password as password for user root. Use with caution, as your
@@ -99,6 +105,12 @@ Options and environment variables
     Specify release of new Debian system. Supported releases: sarge, etch, lenny and sid.
     Corresponding with configuration variable RELEASE.
 
     Specify release of new Debian system. Supported releases: sarge, etch, lenny and sid.
     Corresponding with configuration variable RELEASE.
 
+*--scripts* <_directory_>::
+
+    Execute scripts from specified directory. This allows customisation of
+    the system after the chroot has been set up.
+    Default directory: /etc/debootstrap/scripts/
+
 *-t*, *--target* <_target_>::
     Target partition (/dev/...) or directory (anything else without /dev at the
     beginning). To install grub using *--grub* and *--groot*, make sure to
 *-t*, *--target* <_target_>::
     Target partition (/dev/...) or directory (anything else without /dev at the
     beginning). To install grub using *--grub* and *--groot*, make sure to