]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- typo
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 12 Jan 2006 16:17:20 +0000 (16:17 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 12 Jan 2006 16:17:20 +0000 (16:17 +0000)
svn-id: @6798

rc.d/rc.sysinit

index a9eed9832e4327cff5759b5aa49d1aa359dc76bb..3f96afec4c19671d24419d16cd08b4960ff808b4 100755 (executable)
@@ -404,7 +404,7 @@ if ! is_yes "$VSERVER"; then
        fi
 
        if grep -q cpuset /proc/filesystems 2>/dev/null ; then
-               mount -n -t cpuset none /dev/cpuset
+               mount -f -t cpuset none /dev/cpuset
        fi
 else
        clean_vserver_mtab
This page took 0.329768 seconds and 4 git commands to generate.