dracut.sh: put $drivers and $filesystems back in export

This commit is contained in:
Harald Hoyer 2012-07-27 16:06:36 +02:00
parent aec9f902f0
commit 3e964eeb96

View File

@ -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}"