Skip to content

Commit

Permalink
Remove the sysfs noauto entry from the installed fstab
Browse files Browse the repository at this point in the history
This entry causes udev not to be loaded on current Debian Wheezy.

Closes: #670074
  • Loading branch information
cranvil authored and mika committed Apr 23, 2012
1 parent 772c343 commit afe4bad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chroot-script
Expand Up @@ -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
Expand Down

0 comments on commit afe4bad

Please sign in to comment.