Support setting password for user root
[grml-debootstrap.git] / grml-debootstrap.txt
index e8f6557..7f8f2ef 100644 (file)
@@ -9,6 +9,8 @@ Synopsis
 --------
 grml-debootstrap [ options ]
 
 --------
 grml-debootstrap [ options ]
 
+image:images/screenshot.png[Screenshot]
+
 Introduction
 ------------
 
 Introduction
 ------------
 
@@ -24,10 +26,7 @@ A plain and base Debian system will be installed on the given
 device (or directory) then. Customization of this process is
 possible as well.
 
 device (or directory) then. Customization of this process is
 possible as well.
 
-
-*******************************************************************************
-Important! The grml team does not take responsibility for loss of any data!
-*******************************************************************************
+CAUTION: The grml team does not take responsibility for loss of any data!
 
 Options and environment variables
 ---------------------------------
 
 Options and environment variables
 ---------------------------------
@@ -62,6 +61,12 @@ Corresponding with configuration variables MIRROR and CHROOTMIRROR.
 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.
 
+  --password <password>
+
+Use specified password as password for user root. Use with caution, as your
+commandline might be visible in the process list and the shell history.
+It's meant for automatic installation only.
+
   -r, --release <releasename>
 
 Specify release of new Debian system. Supported relases: sarge, etch, lenny and sid.
   -r, --release <releasename>
 
 Specify release of new Debian system. Supported relases: sarge, etch, lenny and sid.
@@ -72,6 +77,10 @@ Corresponding with configuration variable RELEASE.
 Target partition (/dev/...) or directory (anything else without /dev at the
 beginning).
 
 Target partition (/dev/...) or directory (anything else without /dev at the
 beginning).
 
+WARNING: the commandline parsing of grml-debootstrap does not validate the provided
+arguments for the commandline options. Please be careful and check docs and
+/etc/debootstrap/config for further information.
+
 Usage examples
 ---------------
 
 Usage examples
 ---------------
 
@@ -144,21 +153,16 @@ system then.
 Supported Releases
 ------------------
 
 Supported Releases
 ------------------
 
-.Current status
-[grid="all"]
-'---------.-----------------.---------------
-Release / Tool  debootstrap   cdebootstrap
---------------------------------------------
-Sarge           works[1]      works[1]
-Etch            works         works
-Lenny           works         works
-Sid             works         works
---------------------------------------------
+include::releasetable.txt[]
 
 
+[NOTE]
+.A Sarge-Release
+=====================================================================
 [1] Please notice that Sarge is the current old-stable within Debian.
 grml-debootstrap can handle the release but you really should not
 use Sarge anymore unless you really know what you are doing. Choose
 Etch instead.
 [1] Please notice that Sarge is the current old-stable within Debian.
 grml-debootstrap can handle the release but you really should not
 use Sarge anymore unless you really know what you are doing. Choose
 Etch instead.
+=====================================================================
 
 Bugs
 ----
 
 Bugs
 ----
@@ -170,10 +174,6 @@ See also
 
 debootstrap (8), cdebootstrap (1).
 
 
 debootstrap (8), cdebootstrap (1).
 
-Bugs
-----
-Please report feedback, link:http://grml.org/bugs/[bugreports] and wishes link:http://grml.org/contact/[to us]!
-
 Author
 ------
 Michael Prokop <mika@grml.org>
 Author
 ------
 Michael Prokop <mika@grml.org>