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 7fc4f47..e253110 100755 (executable)
@@ -11,4 +11,3 @@ if [ -z "$fstype" ]; then
     fstype="auto"
 fi
 
-export fstype rflags root