diff options
Diffstat (limited to 'Base')
-rw-r--r-- | Base/etc/fstab | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/etc/fstab b/Base/etc/fstab index 4d34ba1d0b..5e1598326c 100644 --- a/Base/etc/fstab +++ b/Base/etc/fstab @@ -4,6 +4,7 @@ # Remount /bin, /dev, /root, and /home while adding the appropriate permissions. /dev /dev bind bind,nosuid,ro /bin /bin bind bind,nodev,ro +/etc /etc bind bind,nodev,nosuid /home /home bind bind,nodev,nosuid /root /root bind bind,nodev,nosuid |