git: installer: More /dev/serno work.

看板DFBSD_commit作者時間16年前 (2009/09/15 06:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 4bcdd60eb5a84102d7f5ec38354af1e853607999 Author: Sascha Wildner <saw@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
文章代碼(AID): #1Ahhqcxx (DFBSD_commit)