]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Exporting fstype, rflags and root is no longer necessary
authorPhilippe Seewer <philippe.seewer@bfh.ch>
Tue, 16 Jun 2009 08:39:20 +0000 (10:39 +0200)
committerPhilippe Seewer <philippe.seewer@bfh.ch>
Wed, 17 Jun 2009 06:37:39 +0000 (08:37 +0200)
Exporting these variables is no longer needed. All scripts that need
these are sourced and they're not used inside udev.

modules.d/99base/parse-root-opts.sh

index 7fc4f473a7e575b8d7eb30e2f5a109fe9be53513..e25311094a0b1a988a7ca734c49c04b8d71ba8e8 100755 (executable)
@@ -11,4 +11,3 @@ if [ -z "$fstype" ]; then
     fstype="auto"
 fi
 
-export fstype rflags root