X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=rc.d%2Finit.d%2Fsys-chroots;fp=rc.d%2Finit.d%2Fsys-chroots;h=494539346a7f45549c9482200a68bd31f346c62a;hb=007473280f09c23aeba773bafc133456d11e7b2f;hp=b6e88efdc2dac11d0213879ff5d623fd5360fb4b;hpb=9bd3fb3ab4feccd2936438b56b996dcd75e2e687;p=rc-scripts.git diff --git a/rc.d/init.d/sys-chroots b/rc.d/init.d/sys-chroots index b6e88ef..4945393 100755 --- a/rc.d/init.d/sys-chroots +++ b/rc.d/init.d/sys-chroots @@ -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