Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!
| author | Michael Prokop <mika@grml.org> |
| Tue Jun 05 13:41:22 2007 +0200 (18 months ago) | |
| changeset 174 | 88b081098b85 |
| manifest | 88b081098b85 |
| parent 173 | 38dca99fd879 |
| child 175 | b2622e830882 |
--- a/grml-debootstrap Tue Jun 05 13:39:40 2007 +0200+++ b/grml-debootstrap Tue Jun 05 13:41:22 2007 +0200@@ -96,7 +96,7 @@ while [ "$#" -gt "0" ] ; do;;-i|--iso)shift- [ -n "$MIRROR"] && unset MIRROR+ [ -n "$MIRROR" ] && unset MIRRORISO=$1;;-h|--help)@@ -163,7 +163,7 @@ fi# make sure we have the right syntax when using an iso imagecase $ISO infile*) # do nothing- ;+ ;;*)ISO=file:$1;;