From bb0bb603ed3011e83727f89d89c27be4d2309a5a Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Fri, 5 Oct 2012 15:32:05 +0200 Subject: Including util-linux mount in initramfs. --- scripts/boot/9990-cmdline-old | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts/boot/9990-cmdline-old') diff --git a/scripts/boot/9990-cmdline-old b/scripts/boot/9990-cmdline-old index 85f1b62..94c5163 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}" -- cgit v1.2.3