]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Import bsdinstall. This is meant to be (eventually in conjunction with
authornwhitehorn <nwhitehorn@FreeBSD.org>
Fri, 18 Feb 2011 14:54:34 +0000 (14:54 +0000)
committernwhitehorn <nwhitehorn@FreeBSD.org>
Fri, 18 Feb 2011 14:54:34 +0000 (14:54 +0000)
commitb35b3cdb7175a6a6ac7a09b47e1d1cfc53c27816
treeae8a7479d39ff2e070411cc1748b53d6224feed4
parent1856110dc5d29373ef581edaf6d2f92392a12cd0
Import bsdinstall. This is meant to be (eventually in conjunction with
pc-sysinstall) a replacement for sysinstall in the 9.0 release and beyond.
Currently supported platforms are sparc64, pc98, i386, amd64, powerpc, and
powerpc64. Integration into the build system will occur in the coming
weeks.

Merging with pc-sysinstall will use this code as a frontend, while
temporarily retaining the interactive partition editor here. This work
will be done in parallel with improvements on this code and release
integration.

Thanks to all who have provided testing and comments!
34 files changed:
etc/mtree/BSD.usr.dist
usr.sbin/Makefile
usr.sbin/bsdinstall/Makefile [new file with mode: 0644]
usr.sbin/bsdinstall/bsdinstall [new file with mode: 0755]
usr.sbin/bsdinstall/distextract/Makefile [new file with mode: 0644]
usr.sbin/bsdinstall/distextract/distextract.c [new file with mode: 0644]
usr.sbin/bsdinstall/distfetch/Makefile [new file with mode: 0644]
usr.sbin/bsdinstall/distfetch/distfetch.c [new file with mode: 0644]
usr.sbin/bsdinstall/partedit/Makefile [new file with mode: 0644]
usr.sbin/bsdinstall/partedit/diskeditor.c [new file with mode: 0644]
usr.sbin/bsdinstall/partedit/diskeditor.h [new file with mode: 0644]
usr.sbin/bsdinstall/partedit/gpart_ops.c [new file with mode: 0644]
usr.sbin/bsdinstall/partedit/part_wizard.c [new file with mode: 0644]
usr.sbin/bsdinstall/partedit/partedit.c [new file with mode: 0644]
usr.sbin/bsdinstall/partedit/partedit.h [new file with mode: 0644]
usr.sbin/bsdinstall/partedit/partedit_generic.c [new file with mode: 0644]
usr.sbin/bsdinstall/partedit/partedit_pc98.c [new file with mode: 0644]
usr.sbin/bsdinstall/partedit/partedit_powerpc.c [new file with mode: 0644]
usr.sbin/bsdinstall/partedit/partedit_sparc64.c [new file with mode: 0644]
usr.sbin/bsdinstall/partedit/partedit_x86.c [new file with mode: 0644]
usr.sbin/bsdinstall/scripts/Makefile [new file with mode: 0644]
usr.sbin/bsdinstall/scripts/adduser [new file with mode: 0755]
usr.sbin/bsdinstall/scripts/auto [new file with mode: 0755]
usr.sbin/bsdinstall/scripts/config [new file with mode: 0755]
usr.sbin/bsdinstall/scripts/hostname [new file with mode: 0755]
usr.sbin/bsdinstall/scripts/jail [new file with mode: 0755]
usr.sbin/bsdinstall/scripts/keymap [new file with mode: 0755]
usr.sbin/bsdinstall/scripts/mount [new file with mode: 0755]
usr.sbin/bsdinstall/scripts/netconfig [new file with mode: 0755]
usr.sbin/bsdinstall/scripts/rootpass [new file with mode: 0755]
usr.sbin/bsdinstall/scripts/services [new file with mode: 0755]
usr.sbin/bsdinstall/scripts/time [new file with mode: 0755]
usr.sbin/bsdinstall/scripts/umount [new file with mode: 0755]
usr.sbin/bsdinstall/scripts/wlanconfig [new file with mode: 0755]