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

DragonFly-2.1.1.213.g971d master contrib/bsdinstaller-1.1.6/src/backend/installer Makefile contrib/bsdinstaller-1.1.6/src/backend/installer/conf cmdnames.conf contrib/bsdinstaller-1.1.6/src/backend/installer flow.c flow.h fn.h fn_configure.c fn_disk.c fn_install.c fn_subpart.c contrib/bsdinstaller-1.1.6/src/lib/libinstaller diskutil.c diskutil.h usr.sbin/installer/dfuibe_installer Makefile


From: Matthias Schmidt <matthias@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 31 Dec 2008 07:22:38 -0800 (PST)

commit 971d1ccacfa70bcf46d0005e57729266a2aafa8c
Author: Matthias Schmidt <matthias@dragonflybsd.org>
Date:   Tue Dec 30 22:52:58 2008 +0100

    Add HAMMER support to the installer
    
    Commit the installer work done at the 25c3 in Berlin.  This adds experimental
    HAMMER support to the installer.  Note: the current version requires a recent
    master which is able to boot from HAMMER.  I dropped the UFS /boot support
    in favour for HAMMER boot support (yes, I know about the issues, but I'm sure
    you guys will get them solved :)
    
    Note: This is a first version, so do not blame me if the installer eats up
    your hard disk :)

Summary of changes:
 .../src/backend/installer/Makefile                 |    4 +-
 .../src/backend/installer/conf/cmdnames.conf       |    5 +
 .../src/backend/installer/flow.c                   |   35 +++++-
 .../src/backend/installer/flow.h                   |    3 +
 .../bsdinstaller-1.1.6/src/backend/installer/fn.h  |    2 +
 .../src/backend/installer/fn_configure.c           |   43 ++++--
 .../src/backend/installer/fn_disk.c                |    9 --
 .../src/backend/installer/fn_install.c             |  153 +++++++++++++++-----
 .../src/backend/installer/fn_subpart.c             |   35 ++++-
 .../src/lib/libinstaller/diskutil.c                |   62 ++++++++
 .../src/lib/libinstaller/diskutil.h                |    7 +
 usr.sbin/installer/dfuibe_installer/Makefile       |    2 +-
 12 files changed, 291 insertions(+), 69 deletions(-)

http://gitweb.dragonflybsd.org/?p=dragonfly.git;a=commitdiff;h=971d1ccacfa70bcf46d0005e57729266a2aafa8c


-- 
DragonFly BSD source repository



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