aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdinstall/scripts
Commit message (Expand)AuthorAgeFilesLines
* A failed installation once restarted will often error outAllan Jude2016-07-161-0/+9
* Fix encrypted MBR installAllan Jude2016-07-161-1/+2
* Add new System Hardening menu and options to bsdinstall.Bartek Rutkowski2016-07-154-1/+89
* Make the new 'set date and time' dialog default to skipAllan Jude2016-07-141-0/+2
* bsdinstall: Prompt user to set the date and time after selecting timezoneAllan Jude2016-07-131-0/+36
* Add more machines to the bsdinstall workaround blacklistAllan Jude2016-07-031-2/+2
* Fix an error in bsdinstall when ZFS installation uses a bootpoolAllan Jude2016-07-031-8/+11
* Fix bsdinstall for root-on-zfs with MBR partitioningAllan Jude2016-06-101-9/+5
* bsdinstall: add country/regulatory domain configuration dialog.Andriy Voskoboinyk2016-06-081-30/+181
* bsdinstall: unbreak static address assignment for wired networks.Andriy Voskoboinyk2016-05-261-1/+5
* Only set kern.geom.part.mbr.enforce_chs=0 once, instead of once per diskAllan Jude2016-05-241-1/+1
* Add support for RAID 1+0 (striped mirrors) to bsdinstall/zfsbootAllan Jude2016-05-241-5/+40
* Only export and re-import the root pool if installing on MBRAllan Jude2016-05-231-22/+26
* Fix missing pool name in zfs set commandAllan Jude2016-05-231-1/+1
* Fix error in bsdinstall where additional filesystems cannot be mountedAllan Jude2016-05-231-1/+5
* bsdinstall/zfsboot GPT+BIOS+GELI installs now make use of GELIBOOTAllan Jude2016-05-221-60/+84
* Fix default ZFS layout to work better by default with sysutils/beadmAllan Jude2016-05-221-1/+1
* Fix typo in comments for the zfsboot scriptBaptiste Daroussin2016-05-221-1/+1
* bsdinstall/zfsboot: Do not mirror swap when swapsize is 0Allan Jude2016-05-101-1/+1
* bsdinstall: fix static address assignment for protected wireless networks.Andriy Voskoboinyk2016-05-021-1/+1
* usr.sbin/bsdconfig: minor spelling fixes on comments.Pedro F. Giffuni2016-05-011-1/+1
* Add a new installation type to bsdinstall/zfsboot: BIOS+UEFIAllan Jude2016-04-191-16/+52
* bsdinstall/zfsboot should create /tmp and /var/tmp if they do not existAllan Jude2016-04-081-0/+2
* Do not add swap to fstab when swapsize is 0Allan Jude2016-04-081-2/+2
* Remove 50% ZFS conditional from bsdinstall/zfsbootAllan Jude2016-03-171-5/+5
* The zfsboot automated part of bsdinstall now supports UEFIAllan Jude2016-01-301-68/+47
* Never 4k align the MBR bootpool because zfsldr can not deal with a gapAllan Jude2016-01-161-1/+3
* bsdinstall: Suggest the GPT+Active workaround on Dell T5810Eric van Gyzen2016-01-141-1/+1
* Merge ^/projects/release-install-debug:Glen Barber2016-01-051-4/+60
* Explicitly set permissions on entropy filesDevin Teske2015-12-281-1/+6
* Adapt to new wireless scheme where base wlan interfaces do not show up inNathan Whitehorn2015-12-061-8/+13
* Use LIBEXECDIR for /usr/libexec.Bryan Drewery2015-11-261-1/+1
* Add a number of models to the bsdinstall GPT hack blacklistAllan Jude2015-09-161-1/+27
* Replace `return' outside of function with exitDevin Teske2015-09-111-1/+1
* Use a variable for readabilityDevin Teske2015-09-111-2/+2
* Update copyrightDevin Teske2015-09-111-1/+1
* Better to reset trap and explicitly exit successDevin Teske2015-09-111-1/+2
* Remove trailing newline at EOFDevin Teske2015-09-111-1/+0
* Produce meaningful exit codeDevin Teske2015-09-112-6/+14
* Explicitly exit with successDevin Teske2015-09-111-1/+2
* Explicitly exit with successDevin Teske2015-09-111-1/+2
* Update copyrightsDevin Teske2015-09-113-2/+3
* Produce meaningful exit codeDevin Teske2015-09-111-1/+4
* Remove use of return outside of functionDevin Teske2015-09-111-1/+1
* Ignore error results from newaliases(1)Devin Teske2015-09-111-0/+2
* Ensure the local MANIFEST is always used when verifying remoteGlen Barber2015-08-041-1/+1
* Add the Dell E7240 laptop and Intel DP965LT motherboard to the list for the G...Allan Jude2015-07-211-2/+28
* Add support for two workarounds for known issues booting GPT in legacy mode o...Allan Jude2015-07-182-3/+110
* Make bsdinstall's zfsboot script align partitions to 4k/1m when the user requ...Allan Jude2015-07-141-22/+39
* Set a mountpoint on the root of the pool so user-created datasets have a moun...Allan Jude2015-07-141-1/+10