]> git.pld-linux.org Git - projects/setup.git/commitdiff
- add /sys/kernel/debug mount (noauto)
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 4 Mar 2013 23:22:54 +0000 (23:22 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 4 Mar 2013 23:22:54 +0000 (23:22 +0000)
Changed files:
    etc/fstab -> 1.30

etc/fstab

index 60c698966de5a052973211bf87d4da923b1da1c2..bb04e9be25d3586a2d9becd8ea015d0117a76a11 100644 (file)
--- a/etc/fstab
+++ b/etc/fstab
@@ -6,6 +6,7 @@ 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           /proc/bus/usb           usbfs   defaults,noauto,devgid=78,devmode=0664  0 0
+none           /sys/kernel/debug       debugfs defaults,noauto         0 0
 devpts         /dev/pts                devpts  gid=5,mode=620          0 0
 none           /dev/shm                tmpfs   mode=1777,nosuid,nodev,noexec           0 0
 
This page took 0.140782 seconds and 4 git commands to generate.