void-runit icon indicating copy to clipboard operation
void-runit copied to clipboard

03-filesystems.sh ignores ro option in /etc/fstab for root fs

Open jose1711 opened this issue 2 years ago • 0 comments

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

jose1711 avatar Oct 05 '22 20:10 jose1711