From 3c8ba4b38085157d0c54c02ba9d3edf56aaf26c1 Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Sun, 16 Mar 2008 18:37:57 +0100 Subject: init: export ROOTFLAGS + ROOTFSTYPE. be more consistent on exporting *all* relevant ROOT* variables, thanks to Sten Spans for pointing that out. --- init | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'init') diff --git a/init b/init index 607d2c7..0ec0d00 100755 --- a/init +++ b/init @@ -27,9 +27,6 @@ mkdir /dev/.initramfs export DPKG_ARCH= . /conf/arch.conf -# Export it for root hardcoding -export ROOT= - # Bring in the main config . /conf/initramfs.conf for conf in conf/conf.d/*; do @@ -41,13 +38,16 @@ done export MODPROBE_OPTIONS="-qb" # Export relevant variables +export ROOT= +export ROOTDELAY= +export ROOTFLAGS= +export ROOTFSTYPE= export break= export init=/sbin/init export quiet=n export readonly=y export rootmnt=/root export debug= -export ROOTDELAY= export panic= export blacklist= -- cgit v1.2.3