Use configure $MIRROR and $HOSTNAME as defaults in interactive script
[grml-debootstrap.git] / grml-debootstrap.8.txt
index a542304..90b784c 100644 (file)
@@ -31,13 +31,20 @@ CAUTION: The grml team does not take responsibility for loss of any data!
 Options and environment variables
 ---------------------------------
 
 Options and environment variables
 ---------------------------------
 
-*--boot_append* <_appendline for the kernel_>::
+*--bootappend* <_appendline for the kernel_>::
     Specify appendline for the kernel.
     E.g. "_pci=nomsi_"
 
 *-c*, *--config* <_file_>::
     Use specified configuration file, defaults to /etc/debootstrap/config.
 
     Specify appendline for the kernel.
     E.g. "_pci=nomsi_"
 
 *-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.
 
@@ -45,6 +52,9 @@ Options and environment variables
     Use specified file for preseeding Debian packages instead of using
     the default <confdir>/debconf-selections.
 
     Use specified file for preseeding Debian packages instead of using
     the default <confdir>/debconf-selections.
 
+*--debopt* <_params_>::
+    Extra parameters passed to the debootstrap.
+
 *--groot* <_device_>::
     Specify root device for usage in grub (corresponds with $TARGET).
     Again, use grub syntax for specifying.
 *--groot* <_device_>::
     Specify root device for usage in grub (corresponds with $TARGET).
     Again, use grub syntax for specifying.
@@ -75,6 +85,9 @@ Options and environment variables
     specifying the mirror also sets the chrootmirror to the given value.
     Corresponding with configuration variables MIRROR and CHROOTMIRROR.
 
     specifying the mirror also sets the chrootmirror to the given value.
     Corresponding with configuration variables MIRROR and CHROOTMIRROR.
 
+*--nodebootstrap*::
+    Skip debootstrap, only do configuration to the target.
+
 *-p*, *--mntpoint* <_/mntpoint_>::
     Specify mountpoint that should be used for mounting the target system.
     Corresponding with configuration variable MNTPOINT.
 *-p*, *--mntpoint* <_/mntpoint_>::
     Specify mountpoint that should be used for mounting the target system.
     Corresponding with configuration variable MNTPOINT.
@@ -92,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