git: installer: More /dev/serno work.
Sascha Wildner
swildner at crater.dragonflybsd.org
Mon Sep 14 14:26:30 PDT 2009
commit 4bcdd60eb5a84102d7f5ec38354af1e853607999
Author: Sascha Wildner <saw at online.de>
Date: Mon Sep 14 23:25:06 2009 +0200
installer: More /dev/serno work.
Take back the devtab(5) support in the installer.
mountroot didn't work for the UFS with serial numbers case since the
data for '/' is taken from fstab and that would have a devtab label
in it and we're not setting vfs.root.mountfrom explicitly for UFS.
We don't want to, either.
So just use /dev/serno/* nodes (which will work everywhere) always.
Suggested-by: dillon
Summary of changes:
usr.sbin/installer/dfuibe_installer/fn_install.c | 28 ++++++++--------------
usr.sbin/installer/libinstaller/diskutil.c | 19 ---------------
usr.sbin/installer/libinstaller/diskutil.h | 1 -
3 files changed, 10 insertions(+), 38 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4bcdd60eb5a84102d7f5ec38354af1e853607999
--
DragonFly BSD source repository
More information about the Commits
mailing list