DragonFly commits List (threaded) for 2009-09
DragonFly BSD
DragonFly commits List (threaded) for 2009-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: installer: More /dev/serno work.


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 14 Sep 2009 14:25:57 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]