You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even with default,ro in /etc/fstab for root fs (/) the filesystem is always mounted as read-write. Relevant part of /etc/runit/core-services/03-filesystems.sh:
msg "Mounting rootfs read-write..."
mount -o remount,rw / || emergency_shell
The text was updated successfully, but these errors were encountered:
Even with
default,ro
in/etc/fstab
for root fs (/
) the filesystem is always mounted as read-write. Relevant part of/etc/runit/core-services/03-filesystems.sh
:The text was updated successfully, but these errors were encountered: