Adjust version, it is 0.7 and not 0.8
[grml-debootstrap.git] / grml-debootstrap.txt
index 0af11c7..7f8f2ef 100644 (file)
@@ -9,6 +9,8 @@ Synopsis
 --------
 grml-debootstrap [ options ]
 
+image:images/screenshot.png[Screenshot]
+
 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.
 
-
-*******************************************************************************
-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
 ---------------------------------
@@ -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.
 
+  --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.
@@ -72,6 +77,10 @@ Corresponding with configuration variable RELEASE.
 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
 ---------------
 
@@ -146,10 +155,14 @@ Supported Releases
 
 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.
+=====================================================================
 
 Bugs
 ----
@@ -161,10 +174,6 @@ See also
 
 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>