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

git: installer: Always take the root directory's /dev.


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 17 Dec 2012 13:13:45 -0800 (PST)

commit 518714350ba2b34b61f9cd8a54fc0ce0ab433447
Author: Sascha Wildner <saw@online.de>
Date:   Mon Dec 17 22:13:38 2012 +0100

    installer: Always take the root directory's /dev.
    
    Taking /dev relative to the directory we want to copy from was fine
    until we got devfs, because we shipped actual device nodes in /dev
    until then.
    
    It only continued working because the directory we copy from is always
    the distribution media's root directory currently.

Summary of changes:
 usr.sbin/installer/dfuibe_installer/flow.c         |   16 +++++++-------
 usr.sbin/installer/dfuibe_installer/fn_configure.c |   15 ++++---------
 usr.sbin/installer/dfuibe_installer/fn_disk.c      |   15 +++++--------
 usr.sbin/installer/dfuibe_installer/fn_install.c   |   21 ++++++-------------
 .../installer/dfuibe_installer/fn_subpart_hammer.c |   18 +++++-----------
 .../installer/dfuibe_installer/fn_subpart_ufs.c    |   18 +++++-----------
 usr.sbin/installer/libinstaller/diskutil.c         |    3 +-
 7 files changed, 39 insertions(+), 67 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/518714350ba2b34b61f9cd8a54fc0ce0ab433447


-- 
DragonFly BSD source repository



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