grml-debootstrap.8.txt: Add Squeeze as alternative recommendation as suite.
[grml-debootstrap.git] / grml-debootstrap
index a850a4e..fb8562c 100755 (executable)
@@ -91,10 +91,6 @@ fi
 
 # make sure we have what we need {{{
 check4progs debootstrap dialog || exit 1
-if ! check4root ; then
-   echo "For usage instructions please execute '$PN --help'."
-   exit 1
-fi
 # }}}
 
 # source main configuration file {{{
@@ -169,6 +165,13 @@ fi
 }
 # }}}
 
+# check for root permissions {{{
+if ! check4root ; then
+   echo "For usage instructions please execute '$PN --help'."
+   exit 1
+fi
+# }}}
+
 # source specified configuration file {{{
 if [ -n "$CONFIGFILE" ] ; then
    einfo "Reading specified config file $CONFIGFILE."