]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
99fs-lib/module-setup.sh: removed "touch"
authorHarald Hoyer <harald@redhat.com>
Sat, 25 Feb 2012 15:05:51 +0000 (16:05 +0100)
committerHarald Hoyer <harald@redhat.com>
Sat, 25 Feb 2012 15:05:51 +0000 (16:05 +0100)
modules.d/99fs-lib/module-setup.sh

index 9c900ccbdf9799ea1e9704bd0b4ff29ceb4b426a..344dcdf04a44122c2a65fed74588ec30c3f2df83 100755 (executable)
@@ -40,7 +40,7 @@ install() {
     local _helpers
 
     inst "$moddir/fs-lib.sh" "/lib/fs-lib.sh"
-    touch ${initdir}/etc/fstab.empty
+    > ${initdir}/etc/fstab.empty
 
     [[ "$nofscks" = "yes" ]] && return