Support --nopassword option to not prompt for the root password
[grml-debootstrap.git] / grml-debootstrap.8.txt
index 3144ebe..1ae3ff7 100644 (file)
@@ -71,6 +71,10 @@ Options and environment variables
     If unset defaults to ext3. Valid values are all filesystems that
     can be created through mkfs.<filesystem>.
 
+*--force*::
+
+    Skip user acknowledgement and do not prompt for user input.
+
 *--grub* <_device_>::
 
     Device where grub should be installed to. Note that only the MBR (master
@@ -113,6 +117,12 @@ Options and environment variables
 
     Skip installation of packages defined in /etc/debootstrap/packages.
 
+*--nopassword*::
+
+    Do not prompt for the root password. Note: Use the '--password' option if
+    you want to set the root password during an automatic installation but don't
+    want to use the interactive dialog.
+
 *--insecure*::
 
     Do not download and check signatures for retrieved Release files.