summaryrefslogtreecommitdiff
path: root/Base/etc/fstab
AgeCommit message (Collapse)Author
2020-07-28Base: Mount /etc as read/writeAndreas Kling
Let's be reasonable and have a writable /etc by default.
2020-05-29Kernel+Base: Mount root filesystem read-only :^)Sergey Bugaev
We remount /home and /root as read-write, to keep the ability to modify files there. /tmp remains read-write, as it is mounted from a TmpFS.
2020-04-06Kernel & Userland: Allow to mount image files formatted with Ext2FSLiav A
2020-04-03Revert "Kernel & Userland: Allow to mount image files formatted with Ext2FS"Andreas Kling
This reverts commit a60ea79a41845767ce40f225de20da7c99534ad1. Reverting these changes since they broke things. Fixes #1608.
2020-04-02Kernel & Userland: Allow to mount image files formatted with Ext2FSLiav A
2020-01-12Kernel+Base: Mount root as nodev,nosuidSergey Bugaev
Then bind-mount /dev and /bin while adding back the appropriate permissions :^)
2020-01-11Base: Apply some filesystem flags by defaultSergey Bugaev
Notably, /tmp is now mounted nodev,nosuid :^)
2019-08-17Kernel+SystemServer: Mount filesystems and start TTYServer in userspaceSergey Bugaev