git: nrelease: Add root_rw_mount="NO" to rc.conf to fix ISO boot

Aaron LI aly at crater.dragonflybsd.org
Wed Jan 8 20:44:16 PST 2025


commit 935aaf822c4e171f7f7f4e24142536f4447ae5d3
Author: Aaron LI <aly at aaronly.me>
Date:   Thu Jan 9 12:37:57 2025 +0800

    nrelease: Add root_rw_mount="NO" to rc.conf to fix ISO boot
    
    The ISO root filesystem is obviously readonly and cannot be remounted to
    'rw'.  Without setting 'root_rw_mount=NO', the ISO boot would abort
    after failing to remount the root filesystem.
    
    This is a follow-up fix to my previous commit
    31b00396377857ebb62259aa944f9351fa62ea44.
    
    Reported-by: Sergey Zigachev (servik)

Summary of changes:
 nrelease/root/etc/rc.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/935aaf822c4e171f7f7f4e24142536f4447ae5d3


-- 
DragonFly BSD source repository


More information about the Commits mailing list