summaryrefslogtreecommitdiff
path: root/scripts/boot/9990-cmdline-old
diff options
context:
space:
mode:
authorMichal Suchanek <hramrach@gmail.com>2012-10-05 15:32:05 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2013-05-06 13:54:13 +0200
commit19c72d400121fec31ca4dfa5f44998510460225b (patch)
treeef77bb4b0731f51421e47464ec2ff578bdb6fcd0 /scripts/boot/9990-cmdline-old
parent5937aa7e8492c259f8aa636aaceb06bee3463bed (diff)
downloadlive-boot-19c72d400121fec31ca4dfa5f44998510460225b.tar.gz
live-boot-19c72d400121fec31ca4dfa5f44998510460225b.zip
Including util-linux mount in initramfs.
Diffstat (limited to 'scripts/boot/9990-cmdline-old')
-rwxr-xr-xscripts/boot/9990-cmdline-old5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/boot/9990-cmdline-old b/scripts/boot/9990-cmdline-old
index b8fc4a6..16fc206 100755
--- a/scripts/boot/9990-cmdline-old
+++ b/scripts/boot/9990-cmdline-old
@@ -30,6 +30,11 @@ Cmdline_old ()
export DHCP
;;
+ klibc-mount=*)
+ KLIBC_MOUNT="${_PARAMETER#klibc-mount=}"
+ export KLIBC_MOUNT
+ ;;
+
ethdevice=*)
DEVICE="${_PARAMETER#ethdevice=}"
ETHDEVICE="${DEVICE}"