Remove the sysfs noauto entry from the installed fstab
authorGregor Thill <gt@thillbrothers.de>
Sun, 22 Apr 2012 19:35:31 +0000 (21:35 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 23 Apr 2012 23:51:51 +0000 (01:51 +0200)
This entry causes udev not to be loaded on current Debian Wheezy.

Closes: #670074

chroot-script

index 4f10c54..2512b95 100755 (executable)
@@ -362,7 +362,6 @@ fi
 
 cat >> /etc/fstab << EOF
 proc           /proc        proc    defaults                      0   0
-/sys           /sys         sysfs   noauto,rw,nosuid,nodev,noexec 0   0
 /dev/cdrom     /mnt/cdrom0  iso9660 ro,user,noauto                0   0
 # some other examples:
 # /dev/sda2       none         swap    sw,pri=0             0   0