index
:
initramfs-tools.git
daisy
helium
hydrogen
jenner
kenwood
larkspur
lithium
master
mendocino
napa
oxnard
pacifica
upstream
Vyatta fork of initramfs-tools (mirror of https://github.com/vyos/initramfs-tools.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
init
3
1 files changed, 3 insertions, 0 deletions
diff --git a/init b/init
index 7d0db07..142eb14 100755
--- a/
init
+++ b/
init
@@ -175,6 +175,9 @@ for x in $(cat /proc/cmdline); do
netconsole=*)
netconsole=${x#netconsole=}
;;
+ BOOTIF=*)
+ BOOTIF=${x#BOOTIF=}
+ ;;
esac
done