diff options
Diffstat (limited to 'Base/etc/fstab')
-rw-r--r-- | Base/etc/fstab | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Base/etc/fstab b/Base/etc/fstab index 4cff6ee8a6..4ca46238da 100644 --- a/Base/etc/fstab +++ b/Base/etc/fstab @@ -1,8 +1,7 @@ # Root file system. This is a fake entry which gets ignored by `mount -a`; # the actual logic for mounting root is in the kernel. /dev/hda / ext2 nodev,nosuid,ro -# Remount /bin, /dev, /root, and /home while adding the appropriate permissions. -/dev /dev bind bind,nosuid,ro +# Remount /bin, /root, and /home while adding the appropriate permissions. /bin /bin bind bind,nodev,ro /etc /etc bind bind,nodev,nosuid /home /home bind bind,nodev,nosuid @@ -10,5 +9,4 @@ /var /var bind bind,nodev,nosuid none /proc proc nosuid -none /dev/pts devpts noexec,nosuid,ro none /tmp tmp nodev,nosuid |