diff options
| author | Michal Suchanek <hramrach@gmail.com> | 2012-10-05 15:32:05 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2012-12-12 16:43:54 +0100 |
| commit | bb0bb603ed3011e83727f89d89c27be4d2309a5a (patch) | |
| tree | 6296ea40b4c27ebee256ae6db8944629831e46d1 /scripts/boot/9990-cmdline-old | |
| parent | 28ad683d417e97fb94cbc0626c0d6999026fb872 (diff) | |
| download | live-boot-bb0bb603ed3011e83727f89d89c27be4d2309a5a.tar.gz live-boot-bb0bb603ed3011e83727f89d89c27be4d2309a5a.zip | |
Including util-linux mount in initramfs.
Diffstat (limited to 'scripts/boot/9990-cmdline-old')
| -rwxr-xr-x | scripts/boot/9990-cmdline-old | 5 |
1 files changed, 5 insertions, 0 deletions
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}" |
