mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:07:44 +00:00
Revert "Kernel & Userland: Allow to mount image files formatted with Ext2FS"
This reverts commit a60ea79a41
.
Reverting these changes since they broke things.
Fixes #1608.
This commit is contained in:
parent
28be90120b
commit
9ae3cced76
8 changed files with 51 additions and 101 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue