diff options
Diffstat (limited to 'gen_cmdline.sh')
-rwxr-xr-x | gen_cmdline.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gen_cmdline.sh b/gen_cmdline.sh index 5cc0d877..33bf1c5a 100755 --- a/gen_cmdline.sh +++ b/gen_cmdline.sh @@ -163,8 +163,6 @@ longusage() { echo " --linuxrc=<file> Specifies a user created linuxrc" echo " --busybox-config=<file> Specifies a user created busybox config" echo " --genzimage Make and install kernelz image (PowerPC)" - echo " --disklabel Include disk label and uuid support in your initramfs" - echo " --no-disklabel Exclude disk label and uuid support in your initramfs" echo " --luks Include LUKS support" echo " --no-luks Exclude LUKS support" echo " --gpg Include GPG-armored LUKS key support" @@ -761,10 +759,6 @@ parse_cmdline() { # ENABLE_PEGASOS_HACKS="yes" # print_info 3 "ENABLE_PEGASOS_HACKS: ${ENABLE_PEGASOS_HACKS}" ;; - --disklabel|--no-disklabel) - CMD_DISKLABEL=$(parse_optbool "$*") - print_info 3 "CMD_DISKLABEL: ${CMD_DISKLABEL}" - ;; --luks|--no-luks) CMD_LUKS=$(parse_optbool "$*") print_info 3 "CMD_LUKS: ${CMD_LUKS}" |