summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall/scripts/auto
Commit message (Collapse)AuthorAgeFilesLines
* Rename the "Reboot" option to "Exit", which reflects what it actuallynwhitehorn2011-04-091-1/+1
| | | | | | does. The rc.local wrapper script will also soon grow an option to use the live environment after installation, so an immediate reboot isn't even necessarily implied.
* Committing while tired is never a good idea. Remove an unconditional errornwhitehorn2011-03-281-2/+0
| | | | exit left over from debugging.
* Improve error handling.nwhitehorn2011-03-281-5/+4
|
* Add mirror selection for FTP installs. To support TBEMD installsnwhitehorn2011-03-271-2/+19
| | | | | | | | | | (e.g. powerpc64), this looks in a slightly different default path than now, specifying both $MACHINE and $MACHINE_ARCH: MIRROR/pub/FreeBSD/releases/`uname -p`/`uname -m`/`uname -r` How to handle TBEMD properly probably merits some more discussion, but, since no such 9.0-CURRENT distfiles exist at the moment, all existing mirrors presently fail anyway.
* Add generation of an installation manifest containing SHA256 checksums asnwhitehorn2011-03-131-19/+15
| | | | | well as package descriptions and add code in the installer to check the checksums.
* Correct typo.nwhitehorn2011-03-111-1/+1
|
* Make installations work when no optional components are selected.nwhitehorn2011-03-021-1/+1
|
* Add support for optional distributions, installation of the ports tree andnwhitehorn2011-02-221-0/+21
| | | | | src. Fitting all of this on a single CD along with a full system requires changing the default compression algorithm from gzip to xz.
* Import bsdinstall. This is meant to be (eventually in conjunction withnwhitehorn2011-02-181-0/+192
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!
OpenPOWER on IntegriCloud