| Commit message (Expand) | Author | Age | Files | Lines |
* | bsdinstall: add hooks to allow for easier customizing the install | Brad Davis | 2022-10-03 | 1 | -0/+10 |
* | bsdinstall: add variables to allow skipping over some phases of the install | Brad Davis | 2022-08-16 | 1 | -15/+18 |
* | bsdinstall: allow overriding DISTRIBUTIONS in the normal auto mode | Brad Davis | 2022-06-06 | 1 | -1/+1 |
* | bsdinstall: allow whitelabeling the scripts | Brad Davis | 2022-05-24 | 1 | -9/+9 |
* | bsdinstall: Only show menu if there are more items to be installed | Renato Botelho | 2021-07-22 | 1 | -10/+12 |
* | Fix scripted installation from media without local distfiles. | Nathan Whitehorn | 2021-05-28 | 1 | -90/+6 |
* | bsdinstall: riscv-specific tweaks | Mitchell Horne | 2021-01-27 | 1 | -1/+1 |
* | bsdinstall: Provide help text for partitioning options | Ben Woods | 2020-01-27 | 1 | -11/+28 |
* | bsdinstall: Change "default" (first) Partitioning method to ZFS | Ben Woods | 2020-01-15 | 1 | -5/+5 |
* | Fix dialog autosizing in bsdinstall auto error messages | Devin Teske | 2018-10-26 | 1 | -19/+47 |
* | Add the ThinkPad X1 (sandybridge) to the bsdinstall blacklist | Allan Jude | 2018-02-04 | 1 | -1/+1 |
* | Add installer support for PS3 and PowerNV systems, also laying the | Nathan Whitehorn | 2018-01-02 | 1 | -0/+4 |
* | bsdinstall: remove EOL whitespace | Ed Maste | 2017-07-18 | 1 | -2/+2 |
* | bsdinstall: support Auto ZFS mode for ARM64 | Allan Jude | 2017-06-12 | 1 | -1/+1 |
* | bsdinstall: Make sure chroot filesystems are umounted after use | Renato Botelho | 2017-02-08 | 1 | -3/+4 |
* | Add new System Hardening menu and options to bsdinstall. | Bartek Rutkowski | 2016-07-15 | 1 | -0/+6 |
* | Add more machines to the bsdinstall workaround blacklist | Allan Jude | 2016-07-03 | 1 | -2/+2 |
* | bsdinstall: Suggest the GPT+Active workaround on Dell T5810 | Eric van Gyzen | 2016-01-14 | 1 | -1/+1 |
* | Merge ^/projects/release-install-debug: | Glen Barber | 2016-01-05 | 1 | -4/+60 |
* | Add a number of models to the bsdinstall GPT hack blacklist | Allan Jude | 2015-09-16 | 1 | -1/+27 |
* | Ensure the local MANIFEST is always used when verifying remote | Glen Barber | 2015-08-04 | 1 | -1/+1 |
* | Add the Dell E7240 laptop and Intel DP965LT motherboard to the list for the G... | Allan Jude | 2015-07-21 | 1 | -2/+28 |
* | Add support for two workarounds for known issues booting GPT in legacy mode o... | Allan Jude | 2015-07-18 | 1 | -0/+90 |
* | ZFS support isn't actually experimental anymore, so no need to scare | Nathan Whitehorn | 2014-09-14 | 1 | -1/+1 |
* | Rename the choices in the partitioning methods dialog to reflect current | Nathan Whitehorn | 2014-09-13 | 1 | -5/+5 |
* | Make the default choice for the chroot shell at the end be "No". This allows | Nathan Whitehorn | 2014-09-13 | 1 | -1/+2 |
* | Give a brief message as to what error was encountered to help the user along. | Andrew Thompson | 2014-08-07 | 1 | -17/+21 |
* | Move the installer's keymap solution introduced by SVN r259468. The new | Devin Teske | 2013-12-21 | 1 | -4/+0 |
* | In bsdinstall_log, it's rather confusing to see the following sequence: | Devin Teske | 2013-12-18 | 1 | -1/+1 |
* | Fix "[: -eq: argument expected" error introduced by SVN r256343. The code | Devin Teske | 2013-12-18 | 1 | -2/+1 |
* | Add a fix for Long-standing problem with VMware. Described in below links: | Devin Teske | 2013-12-16 | 1 | -0/+4 |
* | A series of changes tested together as a whole: | Devin Teske | 2013-11-08 | 1 | -3/+20 |
* | Add zfsboot module as an option for automatic configuration. Default is | Devin Teske | 2013-10-11 | 1 | -7/+29 |
* | After installation, dump 4096 bytes from /dev/random to /entropy in the | Dag-Erling Smørgrav | 2013-10-11 | 1 | -0/+3 |
* | Fix bug introduced by r241902 (MANIFEST uses TAB delimiter). | Devin Teske | 2012-10-27 | 1 | -1/+1 |
* | Optimize syntax to use builtins and reduce unnecessary forking where possible. | Devin Teske | 2012-10-22 | 1 | -7/+7 |
* | Make the chroot shell more functional by providing devfs. | Nathan Whitehorn | 2012-03-05 | 1 | -0/+1 |
* | Prevent user astonishment by providing the shell option at the end, after | Nathan Whitehorn | 2011-12-02 | 1 | -12/+11 |
* | Escape the newline so we get a proper line continuation. Without this | Ken Smith | 2011-10-18 | 1 | -1/+1 |
* | Move "Exit" to the first entry in the list, so that it is the default | Nathan Whitehorn | 2011-10-06 | 1 | -2/+2 |
* | Inquire about terminal type if starting from a serial console and do | Nathan Whitehorn | 2011-09-17 | 1 | -6/+4 |
* | Per request of the docs team, install docs as packages, instead of via | Nathan Whitehorn | 2011-07-09 | 1 | -1/+6 |
* | Fix opening a shell on the new system (prevent the shell's stderr from | Nathan Whitehorn | 2011-06-02 | 1 | -1/+1 |
* | Fix shell-based partitioning. | Nathan Whitehorn | 2011-05-28 | 1 | -1/+1 |
* | Fix mirror selection, which was broken by stderr redirection. | Nathan Whitehorn | 2011-04-19 | 1 | -1/+1 |
* | Rename the "Reboot" option to "Exit", which reflects what it actually | Nathan Whitehorn | 2011-04-09 | 1 | -1/+1 |
* | Committing while tired is never a good idea. Remove an unconditional error | Nathan Whitehorn | 2011-03-28 | 1 | -2/+0 |
* | Improve error handling. | Nathan Whitehorn | 2011-03-28 | 1 | -5/+4 |
* | Add mirror selection for FTP installs. To support TBEMD installs | Nathan Whitehorn | 2011-03-27 | 1 | -2/+19 |
* | Add generation of an installation manifest containing SHA256 checksums as | Nathan Whitehorn | 2011-03-13 | 1 | -19/+15 |