dracut.sh: put $drivers and $filesystems back in export
authorHarald Hoyer <harald@redhat.com>
Fri, 27 Jul 2012 14:06:36 +0000 (16:06 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 27 Jul 2012 14:06:36 +0000 (16:06 +0200)
dracut.sh

index 4be4306..1bbec3d 100755 (executable)
--- a/dracut.sh
+++ b/dracut.sh
@@ -787,7 +787,7 @@ export initdir dracutbasedir dracutmodules \
     stdloglvl sysloglvl fileloglvl kmsgloglvl logfile \
     debug host_fs_types host_devs sshkey add_fstab \
     DRACUT_VERSION udevdir systemdutildir systemdsystemunitdir \
-    prefix
+    prefix filesystems drivers
 
 # Create some directory structure first
 [[ $prefix ]] && mkdir -m 0755 -p "${initdir}${prefix}"