summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall
Commit message (Expand)AuthorAgeFilesLines
* Add META_MODE support.sjg2015-06-135-0/+106
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-084-8/+0
| * Merge sync of headsjg2015-05-279-197/+205
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-1919-272/+626
| |\
| * \ Merge head from 7/28sjg2014-08-199-81/+157
| |\ \
| * | | Updated dependenciessjg2014-05-163-1/+2
| * | | Updated dependenciessjg2014-05-101-0/+2
| * | | Merge from headsjg2014-05-083-3/+3
| |\ \ \
| * \ \ \ Merge headsjg2014-04-2826-140/+2279
| |\ \ \ \
| * \ \ \ \ Merge head@256284sjg2013-10-133-4/+4
| |\ \ \ \ \
| * | | | | | Updated dependenciessjg2013-10-133-0/+9
| * | | | | | New dependenciessjg2013-10-131-0/+12
| * | | | | | Merge from headsjg2013-09-055-41/+28
| |\ \ \ \ \ \
| * \ \ \ \ \ \ sync from headsjg2013-04-121-2/+2
| |\ \ \ \ \ \ \
| * | | | | | | | Updated dependenciessjg2013-03-113-0/+3
| * | | | | | | | Updated dependenciessjg2013-02-163-6/+0
| * | | | | | | | Sync with HEAD.obrien2013-02-0813-31/+571
| |\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ Sync from headsjg2012-11-044-24/+12
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-224-0/+84
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Fix a syntax error in bsdinstall/zfsbootallanjude2015-05-221-1/+1
* | | | | | | | | | | | bsdinstall/zfsboot: Skip adding swap lines to /etc/fstab if swap is 0 sizedallanjude2015-05-171-0/+4
* | | | | | | | | | | | Add a sanity check to the swap size in zfsboot of bsdinstallallanjude2015-05-051-4/+22
* | | | | | | | | | | | Add "GELI Passphrase:" prompt to boot loader.dteske2015-04-161-0/+3
* | | | | | | | | | | | Unbreak ZFS+GELI install option.dteske2015-04-061-1/+1
* | | | | | | | | | | | Fix permissions on ZFS root encryption key (644 -> 600).dteske2015-04-061-0/+3
* | | | | | | | | | | | Whoops! "arc commit --revision" != "arc diff --update"dteske2015-04-011-3/+0
* | | | | | | | | | | | Add "GELI Passphrase:" prompt to boot loader.dteske2015-04-011-0/+3
* | | | | | | | | | | | Update copyright(s)dteske2015-03-211-2/+2
* | | | | | | | | | | | Whitespace cleanup(s).dteske2015-03-211-43/+49
* | | | | | | | | | | | Remove a non-required unsafe condition added in the previous commitallanjude2015-03-181-4/+0
* | | | | | | | | | | | Fix the handbook install option in bsdinstallallanjude2015-03-181-1/+8
* | | | | | | | | | | | Use MBR by default on BIOS systems. An increasing number of motherboardsnwhitehorn2015-01-301-1/+4
* | | | | | | | | | | | Fix bsdinstall when working with geli boot diskssmh2015-01-181-0/+3
* | | | | | | | | | | | mdoc: remove EOL whitespace.joel2014-12-291-2/+2
* | | | | | | | | | | | Switch zfsboot installer force 4K option to use vfs.zfs.min_auto_ashift=12smh2014-12-211-46/+19
* | | | | | | | | | | | In bsdinstall's distextract, replace mixed_gauge() of dialog(3) withdteske2014-12-182-93/+84
* | | | | | | | | | | | Convert usr.sbin to LIBADDbapt2014-11-253-6/+3
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Rewrite some of the disk setup documentation to be clearer and containnwhitehorn2014-10-311-32/+34
* | | | | | | | | | | Only allow ZFS boot on GPT; the MBR ZFS bootblocks cannot be installed usingnwhitehorn2014-10-121-1/+3
* | | | | | | | | | | Centralize determination of boot firmware (UEFI vs. BIOS/CSM) into anwhitehorn2014-10-121-32/+35
* | | | | | | | | | | Optimize program flow for execution speed. Also fix some more style(9) nitsdteske2014-10-012-67/+153
* | | | | | | | | | | Use snprintf(3) in place of unbounded sprintf(3) (prevent buffer overflow).dteske2014-09-292-78/+97
* | | | | | | | | | | Change the /var dataset in the default ZFS layout to have theallanjude2014-09-281-1/+1
* | | | | | | | | | | Add a line to the post-installation configuration dialog to enable thedes2014-09-261-0/+1
* | | | | | | | | | | ZFS support isn't actually experimental anymore, so no need to scarenwhitehorn2014-09-141-1/+1
* | | | | | | | | | | Make the root-on-zfs part of the installer warn a user who booted the install...allanjude2014-09-141-0/+58
* | | | | | | | | | | Rename the choices in the partitioning methods dialog to reflect currentnwhitehorn2014-09-131-5/+5
* | | | | | | | | | | Make the default choice for the chroot shell at the end be "No". This allowsnwhitehorn2014-09-131-1/+2
* | | | | | | | | | | Add ZFS support to the bsdinstall partition editor and sade.nwhitehorn2014-09-1313-45/+217
* | | | | | | | | | | More man pages that need to know about vt in addition to syscons.se2014-08-261-0/+2
OpenPOWER on IntegriCloud