CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/10/18 16:44:42
Modified files:
sys/arch/powerpc64/stand/rdboot: disk.c
Log message:
Avoid forcible mounting a dirty filessystem. Mount such filesystems
read-only instead. This means that writing to the filesystem will fail.
As a consequence chmod'ing of files in the bootloader will fail, but that
will fix itself on the next clean boot.
ok kn@
