mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-09 09:17:13 +00:00
This reverts commit a60ea79a41.
Reverting these changes since they broke things.
Fixes #1608.
11 lines
365 B
Plaintext
11 lines
365 B
Plaintext
# 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
|
|
# Remount /bin and /dev while adding the appropriate permissions.
|
|
/dev /dev bind bind,nosuid
|
|
/bin /bin bind bind,nodev
|
|
|
|
proc /proc proc nosuid
|
|
devpts /dev/pts devpts noexec,nosuid
|
|
tmp /tmp tmp nodev,nosuid
|