Add screenshot
authorMichael Prokop <mika@grml.org>
Mon, 16 Apr 2007 16:21:31 +0000 (18:21 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 16 Apr 2007 16:21:31 +0000 (18:21 +0200)
Makefile
grml-debootstrap.txt
images/screenshot.png [new file with mode: 0644]

index 620304d..b4cd562 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,8 @@ man-stamp: grml-debootstrap.txt
 
 online: all
        scp grml-debootstrap.html grml:/var/www/grml/grml-debootstrap/index.html
 
 online: all
        scp grml-debootstrap.html grml:/var/www/grml/grml-debootstrap/index.html
-       scp images/icons/* grml:/var/www/grml/grml-debootstrap/images/icons/
+       scp images/icons/*        grml:/var/www/grml/grml-debootstrap/images/icons/
+       scp images/*              grml:/var/www/grml/grml-debootstrap/images/
 
 clean:
        rm -rf grml-debootstrap.html grml-debootstrap.xml grml-debootstrap.8 html-stamp man-stamp
 
 clean:
        rm -rf grml-debootstrap.html grml-debootstrap.xml grml-debootstrap.8 html-stamp man-stamp
index 77c221c..cf64703 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
 ---------------------------------
@@ -72,6 +71,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
 ---------------
 
diff --git a/images/screenshot.png b/images/screenshot.png
new file mode 100644 (file)
index 0000000..2fd3733
Binary files /dev/null and b/images/screenshot.png differ