Including util-linux mount in initramfs.
[live-boot-grml.git] / scripts / boot / 9990-cmdline-old
index 85f1b62..94c5163 100755 (executable)
@@ -30,6 +30,11 @@ Cmdline_old ()
                                export DHCP
                                ;;
 
+                       klibc-mount=*)
+                               KLIBC_MOUNT="${_PARAMETER#klibc-mount=}"
+                               export KLIBC_MOUNT
+                               ;;
+
                        ethdevice=*)
                                DEVICE="${_PARAMETER#ethdevice=}"
                                ETHDEVICE="${DEVICE}"