X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=cmdlineopts.clp;h=a0dd2fe5ab473a0de54493ee72e21436d2806e19;hp=845ea73948cc77d9e36c4cdd3ce1e80280bad7c3;hb=528d993ddcd67124f587aac9d2ff9538fcfcbc1d;hpb=a7bfe23bbce2453b007e827d401afaef99156a29 diff --git a/cmdlineopts.clp b/cmdlineopts.clp index 845ea73..a0dd2fe 100644 --- a/cmdlineopts.clp +++ b/cmdlineopts.clp @@ -65,6 +65,7 @@ while :; do --arch) # Target architecutre shift; _opt_arch="$1" ;; + # just for backwards compatibility --insecure) _opt_insecure=T ;; @@ -106,7 +107,7 @@ while :; do --password) # Use specified password as password for user root shift; _opt_password="$1" ;; - --nopassword) # Use specified password as password for user root + --nopassword) # Skip password dialog _opt_nopassword=T ;; --grmlrepos) # Enable Grml repository