summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall
Commit message (Expand)AuthorAgeFilesLines
* 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
* Lower the priority of the "connect to any open wireless network" networkgavin2014-01-041-1/+1
* Remove what appears to be a stray debugging printf.gavin2014-01-041-1/+0
* Move the installer's keymap solution introduced by SVN r259468. The newdteske2013-12-211-4/+0
* When using a bootpool, set the cachefile property so that it getsdteske2013-12-191-1/+7
* Fix a regression that occurred with SVN revisions 259474 and 259476 wheredteske2013-12-191-2/+4
* In bsdinstall_log, it's rather confusing to see the following sequence:dteske2013-12-181-1/+1
* Fix "[: -eq: argument expected" error introduced by SVN r256343. The codedteske2013-12-181-2/+1
* Auto-enable 4k sector alignment when disk encryption is requested (it isdteske2013-12-161-0/+1
* Fix a long-standing edge-case that would result in a ghosted `zroot' pooldteske2013-12-161-0/+6
* Add kern.geom.label.disk_ident.enable="0" to loader.conf(5).dteske2013-12-161-0/+3
* De-uglify the geli(8)-setup infobox by adding a newline.dteske2013-12-161-1/+1
* fletcher4 is currently the default.dteske2013-12-161-1/+1
* Improve default ZFS disk layout (tested):dteske2013-12-161-202/+197
* Bug-fixes and debugging improvments:dteske2013-12-161-145/+142
* Accept NULL input as also meaning zero swap.dteske2013-12-161-1/+1
* As per discussions on -current, re-add /var/mail (removed in r257842) butdteske2013-12-161-0/+1
* Mask error from newaliases(1) when the hostname is not fully qualified.dteske2013-12-161-1/+1
* Add a fix for Long-standing problem with VMware. Described in below links:dteske2013-12-161-0/+4
* I caught the following snippet at the end of my /var/log/bsdinstall_log:dteske2013-12-121-4/+3
* Fix a regression introduced by SVN r257842; resulting in mountroot promptdteske2013-12-091-1/+1
* Fix a regression introduced by SVN r257842. Result was that afterdteske2013-12-091-1/+1
* sed(1): Use /i instead of /Ieadler2013-12-091-1/+1
* Forgot to utilize feature added in SVN r257782 to prevent truncatingdteske2013-12-091-0/+1
* Fix a regression introduced by SVN r257842 that prevents Encryption fromdteske2013-12-041-4/+6
* Switch default MBR bootcode from /boot/boot0 to /boot/mbr.dteske2013-11-111-1/+1
* Check the partition scheme before blowing away disks, instead of after.dteske2013-11-111-8/+12
* mdoc: add missing El.joel2013-11-081-0/+1
* I often forget that debugFile can begin with a + for deciding that debugdteske2013-11-081-1/+1
* Copy the install log to the deployed /var/log directory so that we havedteske2013-11-081-0/+2
* Semi-revert this one file out of r257842. The ttys(5) stuff, as wedteske2013-11-081-77/+0
* A series of changes tested together as a whole:dteske2013-11-0811-446/+1105
OpenPOWER on IntegriCloud