git: loader/menu: Fix 'vfs.root.real_root' to be 'vfs.root.realroot'
Aaron LI
aly at crater.dragonflybsd.org
Sat Mar 31 23:36:48 PDT 2018
commit 7af2527ede6f072a1caaa2af37703e026d7e1e38
Author: Aaron LI <aly at aaronly.me>
Date: Sun Apr 1 14:28:45 2018 +0800
loader/menu: Fix 'vfs.root.real_root' to be 'vfs.root.realroot'
This should be the same variable as used in /boot/loader.conf to specify
the real root partition. See loader(8) and mkinitrd(8) for more info.
The intent here by unsetting it for the *rescue boot mode* is to prevent
the real root been mounted, and hence the system will stay in the md0
rescue root.
Verified-by: Matt Dillon
Summary of changes:
sys/boot/dloader/dloader.menu | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7af2527ede6f072a1caaa2af37703e026d7e1e38
--
DragonFly BSD source repository
More information about the Commits
mailing list