From: Philippe Seewer Date: Tue, 16 Jun 2009 08:39:20 +0000 (+0200) Subject: Exporting fstype, rflags and root is no longer necessary X-Git-Tag: 0.1~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1a55b113d57364135c17b2674b8de1c4a8cc61a;p=platform%2Fupstream%2Fdracut.git Exporting fstype, rflags and root is no longer necessary Exporting these variables is no longer needed. All scripts that need these are sourced and they're not used inside udev. --- diff --git a/modules.d/99base/parse-root-opts.sh b/modules.d/99base/parse-root-opts.sh index 7fc4f47..e253110 100755 --- a/modules.d/99base/parse-root-opts.sh +++ b/modules.d/99base/parse-root-opts.sh @@ -11,4 +11,3 @@ if [ -z "$fstype" ]; then fstype="auto" fi -export fstype rflags root