git: DragonFly_RELEASE_5_2 loader/menu: Fix 'vfs.root.real_root' to be 'vfs.root.realroot'
Aaron LI
aly at crater.dragonflybsd.org
Sat Mar 31 23:38:03 PDT 2018
commit 4e088ccb937aa8370e44c59574a78494b9471cc3
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/4e088ccb937aa8370e44c59574a78494b9471cc3
--
DragonFly BSD source repository
More information about the Commits
mailing list