]> TLD Linux GIT Repositories - rc-scripts.git/blobdiff - rc.d/init.d/sys-chroots
- PLD merge: remove unknown `gid' mount option for sysfs, selinuxfs
[rc-scripts.git] / rc.d / init.d / sys-chroots
index b6e88efdc2dac11d0213879ff5d623fd5360fb4b..494539346a7f45549c9482200a68bd31f346c62a 100755 (executable)
@@ -103,11 +103,11 @@ start() {
                fi
                # sysfs is also needed before any other things (under kernel > 2.5)
                if grep -q sysfs /proc/filesystems ; then
-                       chroot $dir mount -o gid=17 -t sysfs sysfs /sys
+                       chroot $dir mount -t sysfs sysfs /sys
                fi
                # selinux
                if grep -q selinuxfs /proc/filesystems ; then
-                       chroot $dir mount -o gid=17 -t selinuxfs selinuxfs /selinux
+                       chroot $dir mount -t selinuxfs selinuxfs /selinux
                fi
                chroot $dir mount -a
                # network