diff options
| author | Michal Suchanek <hramrach@gmail.com> | 2012-10-05 15:32:05 +0200 |
|---|---|---|
| committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 13:54:13 +0200 |
| commit | 19c72d400121fec31ca4dfa5f44998510460225b (patch) | |
| tree | ef77bb4b0731f51421e47464ec2ff578bdb6fcd0 /scripts/boot/9990-cmdline-old | |
| parent | 5937aa7e8492c259f8aa636aaceb06bee3463bed (diff) | |
| download | live-boot-19c72d400121fec31ca4dfa5f44998510460225b.tar.gz live-boot-19c72d400121fec31ca4dfa5f44998510460225b.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 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}" |
