]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
30usrmove/usrmove-convert.sh: do not force selinux autorelabel
authorHarald Hoyer <harald@redhat.com>
Mon, 30 Jan 2012 13:06:39 +0000 (14:06 +0100)
committerHarald Hoyer <harald@redhat.com>
Mon, 30 Jan 2012 13:06:39 +0000 (14:06 +0100)
modules.d/30usrmove/usrmove-convert.sh

index cb93993f65b9ca34b3af770e868cd094beb6831e..8aa858845bb068f7c8ef7394c3d59025c374b196 100755 (executable)
@@ -153,7 +153,7 @@ set +e
 
 echo "Run ldconfig."
 ldconfig -r "$ROOT"
-echo "Set autorelabel flag."
-> "$ROOT/.autorelabel"
+#echo "Set autorelabel flag."
+#> "$ROOT/.autorelabel"
 echo "Done."
 exit 0