]> git.pld-linux.org Git - projects/setup.git/commitdiff
gid no longer supported for sysfs; mode not supported for cgroupv2
authorJan Palus <atler@pld-linux.org>
Wed, 30 Dec 2020 20:44:06 +0000 (21:44 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 30 Dec 2020 20:44:06 +0000 (21:44 +0100)
etc/fstab

index f1eaf522cf888543d70d194114afef87b6b0b1a8..e3c224120b1ab99fed84dee228d906547ac18709 100644 (file)
--- a/etc/fstab
+++ b/etc/fstab
@@ -10,8 +10,8 @@
 #LABEL=swap    swap                    swap    defaults                0 0
 
 none           /proc                   proc    defaults,noauto,hidepid=2,gid=17        0 0
-none           /sys                    sysfs   defaults,noauto,gid=17  0 0
-none           /sys/fs/cgroup          tmpfs   noauto,nosuid,nodev,noexec,mode=755     0 0
+none           /sys                    sysfs   defaults,noauto         0 0
+none           /sys/fs/cgroup          tmpfs   noauto,nosuid,nodev,noexec              0 0
 none           /proc/bus/usb           usbfs   noauto,devgid=78,devmode=0664   0 0
 none           /sys/kernel/debug       debugfs noauto,nodev,noexec             0 0
 none           /sys/firmware/efi/efivars       efivarfs        noauto,nosuid,nodev,noexec 0 0
This page took 0.200464 seconds and 4 git commands to generate.