From d3de22eda550c41d0e262a0140a33a5979c772fd Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Sun, 28 Feb 2010 13:59:41 +0100 Subject: init: export and unset BOOTIF enhances 673abb77821433a67add61ac79d739c6cee9eee0, to allow scripts to make use of the variable. Reported-by: Vagrant Cascadian Signed-off-by: maximilian attems --- init | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init') 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 -- cgit v1.2.3