summaryrefslogtreecommitdiff
path: root/modules.d/98usrmount
diff options
context:
space:
mode:
authorDuane Griffin <duaneg@dghda.com>2012-01-13 10:23:45 +0100
committerHarald Hoyer <harald@redhat.com>2012-01-13 10:23:45 +0100
commit345f9fa77e8a6e86bb08f66e46fe0396024660ea (patch)
tree1df4b8143eb23a7495d7590b8e5f9d3d37ed8990 /modules.d/98usrmount
parent62073c30484f3fc4b657d6939bec9ac5a4ecf8c5 (diff)
downloaddracut-345f9fa77e8a6e86bb08f66e46fe0396024660ea.tar.gz
dracut-345f9fa77e8a6e86bb08f66e46fe0396024660ea.tar.bz2
dracut-345f9fa77e8a6e86bb08f66e46fe0396024660ea.zip
98usrmount/mount-usr.sh: Don't pass mount options to fsck
Diffstat (limited to 'modules.d/98usrmount')
-rwxr-xr-xmodules.d/98usrmount/mount-usr.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules.d/98usrmount/mount-usr.sh b/modules.d/98usrmount/mount-usr.sh
index a61f935a..fc205d57 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