summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | 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
* | | | | | | | | | | Give a brief message as to what error was encountered to help the user along.thompsa2014-08-072-27/+35
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Strip the patch level from the release name before trying to fetch thedes2014-07-241-0/+1
* | | | | | | | | | Allow up to 512K for boot code on GPT with BIOS. As pmbr.s says in a comment,nwhitehorn2014-07-111-1/+1
* | | | | | | | | | After EFI support was added to the installer, it needed to allow bootnwhitehorn2014-07-041-2/+23
* | | | | | | | | | use .Mt to mark up email addresses consistently (part2)bapt2014-06-202-5/+3
* | | | | | | | | | Fix syntax error thrown at the point of creating the root pool, caused bydteske2014-05-221-12/+17
* | | | | | | | | | Revert r261296. This removes the WITHOUT_NCURSESW option.brooks2014-05-153-36/+6
* | | | | | | | | | Fix the "disks" variable reuse.roberto2014-05-151-3/+6
* | | | | | | | | | Updates to the datasets created by zfsboot.roberto2014-05-151-8/+9
* | | | | | | | | | Here is a patch for the bsdinstall root-on-zfs stuff that adds optionalroberto2014-05-151-16/+93
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-063-3/+3
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Finish connecting up installer UEFI support. If the kernel was booted usingnwhitehorn2014-04-271-5/+5
* | | | | | | | Add EFI support to the installer. This requires that the kernel providenwhitehorn2014-04-267-17/+85
* | | | | | | | Update zfsboot to coincide with r264840 to bsdconfig(8) addingdteske2014-04-231-23/+71
* | | | | | | | When merging docsinstall and zfsboot updates to stable/9 it was discovereddteske2014-04-152-0/+2
* | | | | | | | Fix typo in debug/log statement.dteske2014-04-141-1/+1
* | | | | | | | NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-133-3/+3
* | | | | | | | Revert r263638 (create /root dataset) for now as it breaks install and needsbdrewery2014-03-261-2/+0
* | | | | | | | Create a root dataset so that /root is outside of the boot environment.bdrewery2014-03-221-0/+2
* | | | | | | | Add zfsboot to the scripted interface of bsdinstall(8); oops!dteske2014-02-161-1/+5
* | | | | | | | Merge from CheriBSD:brooks2014-01-303-6/+36
* | | | | | | | Dummy commit (whitespace changes and style nits) to show previous commitdteske2014-01-201-4/+6
* | | | | | | | Fix a bad comparison operator (s/==/=/), and address a use-case issue where-dteske2014-01-181-8/+6
* | | | | | | | Allow bsdinstall to use WPA-Enterprise networks when installing. Thisgavin2014-01-041-0/+23
OpenPOWER on IntegriCloud