From d1a55b113d57364135c17b2674b8de1c4a8cc61a Mon Sep 17 00:00:00 2001 From: Philippe Seewer Date: Tue, 16 Jun 2009 10:39:20 +0200 Subject: [PATCH] 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. --- modules.d/99base/parse-root-opts.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/modules.d/99base/parse-root-opts.sh b/modules.d/99base/parse-root-opts.sh index 7fc4f473a..e25311094 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 -- 2.47.3