diff options
| author | maximilian attems <maks@debian.org> | 2010-04-05 04:51:05 +0200 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2010-04-05 04:51:42 +0200 |
| commit | 56c017ce7d7103857f4043b29320156edee66bb0 (patch) | |
| tree | d4db3c76b6b76fdbd53f4fa8079bfebb0e87bae6 | |
| parent | 18afe4934f72eeec551b7a42fa8dc200f80ded42 (diff) | |
| download | initramfs-tools-56c017ce7d7103857f4043b29320156edee66bb0.tar.gz initramfs-tools-56c017ce7d7103857f4043b29320156edee66bb0.zip | |
init: export BOOT for casper and friends
merge from 0.92bubuntu9
Signed-off-by: maximilian attems <maks@debian.org>
| -rwxr-xr-x | init | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,6 +40,7 @@ export ROOTDELAY= export ROOTFLAGS= export ROOTFSTYPE= export IP= +export BOOT= export BOOTIF= export break= export init=/sbin/init @@ -249,6 +250,7 @@ unset ROOTFSTYPE unset ROOTDELAY unset ROOT unset IP +unset BOOT unset BOOTIF unset blacklist unset break |
