Age | Commit message (Expand) | Author |
2017-10-11 | If $MODE.site fails, store random.seed and error out. Based on a diff | Theo Buehler |
2017-10-10 | Allow to boot into the existing bsd.rd and to download, verify | Robert Peichaer |
2017-10-05 | When installing sets from disk, change the default answer for the question | Christian Weisgerber |
2017-10-04 | Only print "done." after successful "syspatch -c". | Theo Buehler |
2017-08-25 | Combine the commands to fetch and extract set files with the | Robert Peichaer |
2017-08-24 | On release installs of architectures supported by syspatch, run syspatch -c | Theo Buehler |
2017-08-18 | RFC2606 gives us example.com, show that instead of another private | Joshua Stein |
2017-08-08 | Fix a bug introduced in r1.1028 while switching enable_network() | Robert Peichaer |
2017-07-28 | DEFAULTSETS, SANESETS and THESETS are set in the install.md scripts | Robert Peichaer |
2017-07-25 | Finally remove backwards compat code to support the 'rtsol' keyword | Robert Peichaer |
2017-07-21 | Rename _hn to AI_HOSTNAME and export it as global variable so it's | Robert Peichaer |
2017-07-21 | Align ifstart() in netstart and install.sub. | Robert Peichaer |
2017-07-21 | autoinstall(8) related global variables are prefixed with AI_. | Robert Peichaer |
2017-07-20 | Move the execution of the {install,upgrade}.site script to the end | Robert Peichaer |
2017-07-20 | Zap space between function name and parens. | anton |
2017-07-17 | Fix IPv6 default router selection | Robert Peichaer |
2017-07-15 | add comment | Robert Peichaer |
2017-07-15 | - remove superfluous blanks from v[46]_info() output | Robert Peichaer |
2017-07-15 | Rework vlan configuration in the installer, triggered by the vlan | Robert Peichaer |
2017-07-08 | Enable slaacd on the installer and temporarily neuter router | Florian Obser |
2017-07-08 | _slaacd user/group for installer | Florian Obser |
2017-07-08 | slaacd needs libevent on the ramdisk | Florian Obser |
2017-07-07 | Replace a doubled period and add a blank space in front of a bracket. | Theo Buehler |
2017-07-02 | Shorter version of the same. | Robert Peichaer |
2017-07-02 | Tweak comment | Robert Peichaer |
2017-07-02 | NIFS is checked inside start_cgiinfo() already. | Robert Peichaer |
2017-06-30 | Create a unique kernel to boot from during install and upgrade. | Robert Peichaer |
2017-06-21 | /var/db/kernel.SHA256 contains the hash of the /bsd kernel. Upon | Theo de Raadt |
2017-06-03 | After installing, chmod og-rwx {/bsd bsd.mp bsd.sp bsd.rd } | Theo de Raadt |
2017-05-31 | whitespace nit | Theo Buehler |
2017-05-31 | Change cp -pR to pax copy mode with -k when copying /etc/skel. This way | Theo Buehler |
2017-05-28 | Remove _mode variable and use AI_MODE directly instead. Use the | Robert Peichaer |
2017-05-27 | De-duplicate sets selection instructions, and give a short example. | Vadim Zhukov |
2017-05-25 | Move the code that runs the installer script in non-interactive | Robert Peichaer |
2017-05-25 | Replace various echo "..."; exit 1 with a new err_exit() function. | Robert Peichaer |
2017-05-22 | The DISPLAY variable is actually not a global variable as it's used | Robert Peichaer |
2017-05-22 | No need to trim a trailling blank, bsort (in scan_dmesg) does not | Robert Peichaer |
2017-05-21 | Ensure a clean initial state (e.g. in case of an installer restart) | Robert Peichaer |
2017-05-15 | - export EDITOR and COLUMNS on assignment | Robert Peichaer |
2017-05-15 | - move NIFS into the block of global variables | Robert Peichaer |
2017-05-15 | - Move the dmesg listener code into it's own start_dmesg_listener() function. | Robert Peichaer |
2017-05-06 | Add build to the list of usernames that are rejected during | Robert Peichaer |
2017-05-01 | Apply same change of defaultroute handling as in r1.179 of netstart. | Robert Peichaer |
2017-05-01 | Remove last remnants of rtsol. IPv6 autoconfiguration of interfaces | Robert Peichaer |
2017-04-25 | Unbreak multiple interface configurations like trunk or carp. Ensure | Robert Peichaer |
2017-04-24 | Introduce a new function parse_hn_line() that replaces the existing | Robert Peichaer |
2017-04-11 | Ensure that the version part of $_url_base is correctly removed by | Robert Peichaer |
2017-04-07 | Minimize differences in ifstart() function between netstart and | Robert Peichaer |
2017-04-07 | Align comments of ifstart() function in netstart and install.sub. | Robert Peichaer |
2017-04-07 | Sync variable names with netstart version of stripcom(). | Robert Peichaer |