Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-11 | sync | Theo Buehler | |
2017-02-11 | update miniroot notes | Jonathan Gray | |
2017-02-11 | Add an initial miniroot with bootaa64.efi on fat and bsd.rd on ffs. | Jonathan Gray | |
2017-02-11 | sync | Jonathan Gray | |
2017-02-08 | Add even more line breaks to fit to 80 columns. | Robert Peichaer | |
2017-02-08 | Use a variable to make the prompt fit to 80 columns. | Robert Peichaer | |
2017-02-08 | Add some more line breaks to fit to 80 columns. | Robert Peichaer | |
2017-02-08 | Add some line breaks to fit to 80 columns. | Robert Peichaer | |
2017-02-08 | Localize PS3 at the top of v6_defroute() to make its assignment | Robert Peichaer | |
fit to 80 columns. | |||
2017-02-08 | Use a variable for the sysctl output to shorten the for-loop to | Robert Peichaer | |
fit to 80 columns. | |||
2017-02-08 | Reformat get_responsfile() to fit to 80 columns. | Robert Peichaer | |
2017-02-07 | sync | Theo Buehler | |
2017-02-07 | sync | Theo Buehler | |
2017-02-05 | Reformat and adapt install_http() to fit to 80 columns. | Robert Peichaer | |
OK krw@, tb@ | |||
2017-02-05 | Curly brackets are not needed here. | Robert Peichaer | |
2017-02-05 | Rename rootpass to _rootpass and localize it together with _rootkey. | Robert Peichaer | |
2017-02-05 | user, username, userpass and userkey are global variables. The user | Robert Peichaer | |
created during install is added to the wheel group and as such is actually an admin user. So use ADMIN, ADMIN_NAME, ADMIN_PASS and ADMIN_KEY instead. OK tb@ OK krw@ on a similar diff | |||
2017-02-05 | Sync sets for perl 5.24.1 | Andrew Fresh | |
2017-02-01 | sync | Jonathan Gray | |
2017-01-30 | sync | Theo Buehler | |
2017-01-30 | Sync md sets for arm64, continuing to omit the parts that need to move | Jonathan Gray | |
out of mi for now. | |||
2017-01-27 | Switch alpha, luna88k and sparc64 ramdisks to makefs. | Martin Natano | |
ok deraadt | |||
2017-01-27 | quick partial sync: libtls.so to unbreak snaps - there may be others to do | Stuart Henderson | |
2017-01-26 | sync | Stuart Henderson | |
2017-01-25 | enter arm64 | Theo de Raadt | |
2017-01-25 | Add arm64 to the allarchs target. | Patrick Wildt | |
ok jsg@ | |||
2017-01-25 | Updates to OpenBSD/arm64 install notes. | Patrick Wildt | |
with jsg@ | |||
2017-01-25 | sync | Patrick Wildt | |
2017-01-25 | Copy install notes for arm64 from armv7. These still need to be | Patrick Wildt | |
modified to make sense for arm64. | |||
2017-01-24 | sync | Theo de Raadt | |
2017-01-24 | sync | Theo de Raadt | |
2017-01-24 | ftplist.cgi provides the http server from previous installs as the | Robert Peichaer | |
first line of its output. In contrast to the rest of the list of mirror servers, this first line does not have any location info. Only use this first line as default answer, if it has no location info. OK krw@ | |||
2017-01-24 | Don't allow any control and space characters in the answer to the | Robert Peichaer | |
"System hostname" question. OK tb@ krw@ 'sure' deraadt@ positive feedback on the idea halex@ | |||
2017-01-24 | There are two u-boot targets which should work with the sabre lite | Jonathan Gray | |
boards. mx6qsabrelite (which sets fdt_addr) and nitrogen6q (which sets fdtaddr). The difference seems to be the mx6qsabrelite target uses a small loader in SPI connected flash which will load the rest of u-boot from an SD card. The nitrogen6q target normally loads all of u-boot from an image in flash and then searches for a 6x_bootscript file with u-boot commands on MMC and SATA. While neither of them supports "Generic Distro Configuration" which would automatically search for an EFI image, if they did fdt_addr is intended to be used for a DTB in ROM, while fdt_addr_r is intended to be used for a DTB in RAM. Change the 6x_bootscript u-boot commands to load the DTB to fdtaddr instead of fdt_addr as matthieu@ reported fdt_addr was not present in the u-boot environment on his system. | |||
2017-01-24 | sync | Theo de Raadt | |
2017-01-23 | sync | Theo de Raadt | |
2017-01-23 | Add support for creating RAMDISK kernels for arm64. Based on | Patrick Wildt | |
the armv7 code, but with the u-boot, device tree and mkuboot bits stripped out. ok deraadt@ | |||
2017-01-23 | Clean up possible leftover prefetch area in case of installer restarts. | Robert Peichaer | |
OK tb@ | |||
2017-01-23 | Export AI_MAC and AI_SERVER in addition to AI_MODE so they're visible | Robert Peichaer | |
in the install.site and upgrade.site scripts. OK tb@ | |||
2017-01-23 | Use stubs for arm64 as well. | Patrick Wildt | |
ok phessler@ | |||
2017-01-22 | Whitespaces ... | Robert Peichaer | |
2017-01-22 | Ensure the right hand side of the test is not treated as pattern. | Robert Peichaer | |
OK tb@ | |||
2017-01-22 | = -> == inside [[ ]] tests. | Robert Peichaer | |
2017-01-22 | Unobscure the installer script code a bit by adding and rewording comments. | Robert Peichaer | |
2017-01-22 | Prefix local variables with '_'. | Robert Peichaer | |
2017-01-22 | Remove sony8x16 and sony12x24 fonts. | Frederic Cambus | |
They were not compiled in by default, and are Serif fonts, which doesn't work very well for monospaced bitmap fonts intended for console use. OK mpi@, visa@, jcs@ | |||
2017-01-22 | sync | Patrick Wildt | |
2017-01-22 | sync | Theo de Raadt | |
2017-01-22 | Tweak previous ... | Robert Peichaer | |
- remove the unsued _err variable - rework the extraction of the mirror dir info from HTTP_LIST - use INSTALL_MIRROR to save the mirror info from HTTP_LIST - use _http_proto to for the final INSTALL_URL if it's a mirror - assign the correct info to INSTALL_URL - write INSTALL_URL to /etc/installurl on install if a mirror was used Feedback and OK tb@ 'Looks good' deraadt@ | |||
2017-01-21 | sync | Visa Hankala | |