]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
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 4be43067e7c0d1590e98e20c91f15d4c0f9b6162..1bbec3d7dea643de957e25c3c37d06b6470226c9 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}"