From: Duane Griffin Date: Fri, 13 Jan 2012 09:23:45 +0000 (+0100) Subject: 98usrmount/mount-usr.sh: Don't pass mount options to fsck X-Git-Tag: 015~87 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=345f9fa77e8a6e86bb08f66e46fe0396024660ea;p=thirdparty%2Fdracut.git 98usrmount/mount-usr.sh: Don't pass mount options to fsck --- diff --git a/modules.d/98usrmount/mount-usr.sh b/modules.d/98usrmount/mount-usr.sh index a61f935af..fc205d57a 100755 --- a/modules.d/98usrmount/mount-usr.sh +++ b/modules.d/98usrmount/mount-usr.sh @@ -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