X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=cmdlineopts.clp;h=ea04eebd471770a0bc50a6f71296803abc5d928a;hp=b7d7a2a40aef6606833743c3dfbfb330f812d858;hb=452a3caccfb796ddb220dab36de174dc278fd68d;hpb=8fb531a488c18a5f93ec415473182757c6f06444 diff --git a/cmdlineopts.clp b/cmdlineopts.clp index b7d7a2a..ea04eeb 100644 --- a/cmdlineopts.clp +++ b/cmdlineopts.clp @@ -30,7 +30,7 @@ while :; do --iso|-i) # Mountpoint where a Debian ISO is mounted to shift; _opt_iso="$1" ;; - --release|-r) # Release of new Debian system (default: stable) + --release|-r) # Release of new Debian system shift; _opt_release="$1" ;; --target|-t) # Target partition (/dev/...) or directory @@ -39,7 +39,7 @@ while :; do --mntpoint|-p) # Mountpoint used for mounting the target system shift; _opt_mntpoint="$1" ;; - --debopt) # Extra parameters passed to the debootstrap + --debopt) # Extra parameters passed to the debootstrap command shift; _opt_debopt="$1" ;; --interactive) # Use interactive mode (frontend)