Correcting persistence-label handling fwrt/ legacy live-boot 2.x support, thanks...
[live-boot-grml.git] / scripts / boot / 9990-cmdline-old
index 94c5163..b8fc4a6 100755 (executable)
@@ -30,11 +30,6 @@ Cmdline_old ()
                                export DHCP
                                ;;
 
-                       klibc-mount=*)
-                               KLIBC_MOUNT="${_PARAMETER#klibc-mount=}"
-                               export KLIBC_MOUNT
-                               ;;
-
                        ethdevice=*)
                                DEVICE="${_PARAMETER#ethdevice=}"
                                ETHDEVICE="${DEVICE}"
@@ -193,8 +188,6 @@ Cmdline_old ()
                                ;;
 
                        persistence-label=*)
-                               old_root_overlay_label="${_PARAMETER#persistence-label=*}"
-                               old_home_overlay_label="${_PARAMETER#persistence-label=*}"
                                custom_overlay_label="${_PARAMETER#persistence-label=*}"
                                ;;