From cc3c5ad11108c357a526845d4231a1e22aa5e8c2 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 25 Sep 2007 22:45:57 +0000 Subject: fstabinto now behaves more like mountinfo with respect to --quiet --- init.d/checkroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d') diff --git a/init.d/checkroot b/init.d/checkroot index 3bf2e860..0dfd0047 100755 --- a/init.d/checkroot +++ b/init.d/checkroot @@ -21,7 +21,7 @@ do_mtab() { # Now make sure /etc/mtab have additional info (gid, etc) in there local mnt= mountinfo | while read mnt; do - if fstabinfo --quiet --mountcmd "${mnt}"; then + if fstabinfo --quiet "${mnt}"; then mount -f -o remount "${mnt}" fi done -- cgit v1.2.3