diff options
author | Andreas Kling <kling@serenityos.org> | 2020-04-03 21:20:46 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-04-03 21:28:57 +0200 |
commit | 9ae3cced764cabec52b15f50b648afe82eeac449 (patch) | |
tree | 46cb4c41b00931bc779a5488fdb10387bb22a111 /Base/etc | |
parent | 28be90120b17fb4781078afeec924137d505b3e4 (diff) | |
download | serenity-9ae3cced764cabec52b15f50b648afe82eeac449.zip |
Revert "Kernel & Userland: Allow to mount image files formatted with Ext2FS"
This reverts commit a60ea79a41845767ce40f225de20da7c99534ad1.
Reverting these changes since they broke things.
Fixes #1608.
Diffstat (limited to 'Base/etc')
-rw-r--r-- | Base/etc/fstab | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Base/etc/fstab b/Base/etc/fstab index a80aefc78a..08b414ddec 100644 --- a/Base/etc/fstab +++ b/Base/etc/fstab @@ -5,6 +5,6 @@ /dev /dev bind bind,nosuid /bin /bin bind bind,nodev -none /proc proc nosuid -none /dev/pts devpts noexec,nosuid -none /tmp tmp nodev,nosuid +proc /proc proc nosuid +devpts /dev/pts devpts noexec,nosuid +tmp /tmp tmp nodev,nosuid |