]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
98usrmount/mount-usr.sh: Don't pass mount options to fsck
authorDuane Griffin <duaneg@dghda.com>
Fri, 13 Jan 2012 09:23:45 +0000 (10:23 +0100)
committerHarald Hoyer <harald@redhat.com>
Fri, 13 Jan 2012 09:23:45 +0000 (10:23 +0100)
modules.d/98usrmount/mount-usr.sh

index a61f935afdfefcf497c78d12351c7de8a0b8e4b2..fc205d57a05d50cd7e6436c7f8b1983ab8ec66c1 100755 (executable)
@@ -19,7 +19,7 @@ mount_usr()
 
     if [ "x$_usr_found" != "x" ]; then
         # we have to mount /usr
-        fsck_single "$_dev" "$_fs" "$_opts"
+        fsck_single "$_dev" "$_fs"
         _ret=$?
         echo $_ret >/run/initramfs/usr-fsck
         if [ $_ret -ne 255 ]; then
@@ -29,4 +29,4 @@ mount_usr()
     fi
 }
 
-mount_usr
\ No newline at end of file
+mount_usr