summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2010-02-28 13:59:41 +0100
committermaximilian attems <maks@debian.org>2010-02-28 14:00:34 +0100
commitd3de22eda550c41d0e262a0140a33a5979c772fd (patch)
tree4ca361524af075842eb128a616068fa136250099 /init
parentdf43f67500c9f3f1d9ad1e310173cf6babd85a61 (diff)
downloadinitramfs-tools-d3de22eda550c41d0e262a0140a33a5979c772fd.tar.gz
initramfs-tools-d3de22eda550c41d0e262a0140a33a5979c772fd.zip
init: export and unset BOOTIF
enhances 673abb77821433a67add61ac79d739c6cee9eee0, to allow scripts to make use of the variable. Reported-by: Vagrant Cascadian <vagrant@freegeek.org> Signed-off-by: maximilian attems <maks@debian.org>
Diffstat (limited to 'init')
-rwxr-xr-xinit2
1 files changed, 2 insertions, 0 deletions
diff --git a/init b/init
index e8c97a5..234c3e5 100755
--- a/init
+++ b/init
@@ -36,6 +36,7 @@ export ROOTDELAY=
export ROOTFLAGS=
export ROOTFSTYPE=
export IP=
+export BOOTIF=
export break=
export init=/sbin/init
export quiet=n
@@ -240,6 +241,7 @@ unset ROOTFSTYPE
unset ROOTDELAY
unset ROOT
unset IP
+unset BOOTIF
unset blacklist
unset break
unset noresume