Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-13 | Remove leading slashes from response to ensure a proper url. | Robert Peichaer | |
Feedback and OK halex@ tb@ | |||
2017-03-12 | <struct.h> is unused and should not be used. Delete it. | Philip Guenther | |
ok millert@ deraadt@ kettenis@ | |||
2017-03-11 | link libraries in a more canonical form (libc at the end) | Theo de Raadt | |
2017-03-10 | Add a comment why INSTALL_MIRROR must not become a local variable | Robert Peichaer | |
although it's only used in install_http() now. | |||
2017-03-10 | In a scenario, where the distribution sets are fetched from a mirror | Robert Peichaer | |
and the siteXX.tgz file is fetched from a local server, ensure that the mirror server ends up in /etc/installurl. joint work with and OK tb@ | |||
2017-03-10 | Search case-insensitive for HTTP_SERVER in the ftplist.cgi output. | Robert Peichaer | |
This ensures that ftp.OpenBSD.org is detected as mirror if ftp.openbsd.org is specified as set location. noticed by tj@ joint work with and OK tb@ | |||
2017-03-10 | Explain more accurately why to remember the sets location. | Robert Peichaer | |
noted by tb@ | |||
2017-03-10 | Always create the installurl(5) file during installation and upgrade | Robert Peichaer | |
if it does not yet exist. Before it was created only when a mirror server was used. suggested by deraadt@ OK halex@ tb@ | |||
2017-03-10 | The SoftIron OverDrive 3000 boots to an EFI shell. Create a startup.nsh | Jonathan Gray | |
file on the ESP to explicitly load bootaa64.efi so it will load without manual intervention. Suggested by patrick@ verified by deraadt@ ok kettenis@ The partition type of the ESP remains 0x0c rather than 0xef as it should be as otherwise the rpi3 won't boot. The AMI EDK2 based UEFI on the other hand can handle the ESP partition type being 0x0c or 0xef. | |||
2017-03-09 | sync | Theo de Raadt | |
2017-03-08 | copy rpi3 u-boot to the installed disk | Jonathan Gray | |
Even though this can't be the SD card at the moment, it is possible to boot off USB if an OTP bit has been set. | |||
2017-03-06 | Localize the 'hn' and 'if' variables in enable_network(). | Robert Peichaer | |
Document why renaming the 'if' variable in ifstart() is not allowed. OK tb@, krw@ | |||
2017-03-06 | sync | Theo de Raadt | |
2017-03-05 | Stop using and copying the on-disk /etc/hosts file to the bsd.rd | Robert Peichaer | |
/tmp dir during upgrade. Create and use a minimal hosts file instead to avoid that a big hosts file fills up the small bsd.rd / filesystem as reported recently by Ted Roby. Note that network interface configuration using hostnames instead of ip addresses in hostname.if(5) relies on the on-disk /etc/hosts file which is not used anymore during upgrade. discussed with many ok tb@, halex@ 'sure' deraadt@ | |||
2017-03-04 | remove/tweak some cd-related text. | T.J. Townsend | |
ok deraadt | |||
2017-03-04 | sync | Theo de Raadt | |
2017-03-04 | sync | Theo de Raadt | |
2017-03-02 | Document some installation quirks for the EdgeRouter Lite in INSTALL.octeon: | Stefan Sperling | |
How to deal with USB sticks which are not detected during power up. How to enable both CPU cores (this also applies to other octeon SMP systems). ok pirofti@ visa@ | |||
2017-03-02 | sync | Theo de Raadt | |
2017-03-01 | Comments ... | Robert Peichaer | |
2017-02-28 | Create the /etc/installurl file during upgrade too if a mirror was | Robert Peichaer | |
used and if the file did not yet exist. discussed with aja@ and deraadt@ OK tb@ aja@ | |||
2017-02-28 | Modify the logic to determine the default answer for the "Location | Robert Peichaer | |
of sets?" question. Present 'http' as the default answer if /etc/installurl exists. This fixes the issue noted by aja@ and espie@ that 'cd' was always overriding 'http'. OK aja@ | |||
2017-02-28 | sync | Theo de Raadt | |
2017-02-27 | Sync comments about install.md variables with reality. | Robert Peichaer | |
2017-02-27 | Remove support for pkg.conf in light of the consolidation towards | Robert Peichaer | |
a single configuration file for the OpenBSD repository location. The pkg_* tools now use installurl(5) to find the package repository. NOTE: /etc/installurl only contains a single URL pointing to a mirror. Use the PKG_PATH environment variable to specify more than one package repository. prodded by and OK deraadt@ aja@ | |||
2017-02-27 | xdm -> xenodm(1) | Matthieu Herrb | |
2017-02-27 | bump block size for dd; 39x faster on my system. | Stuart Henderson | |
ok tom@ | |||
2017-02-26 | Switch to xenodm(1). | Matthieu Herrb | |
Do it now deraadt@ | |||
2017-02-26 | sync | Jonathan Gray | |
2017-02-25 | Localize _OPT as it is not used as a global variable. | Robert Peichaer | |
OK tb@ | |||
2017-02-22 | sync | Theo de Raadt | |
2017-02-21 | sync | Theo Buehler | |
2017-02-20 | Zap the extra echo and show the prompt using the var?'prompt' feature | Robert Peichaer | |
of read. | |||
2017-02-20 | Bump the default size of the MSDOS partition from 16MB to 32MB. | Visa Hankala | |
16MB is too small to hold bsd, bsd.mp and bsd.rd simultaneously. Noticed by and OK stsp@ OK deraadt@ | |||
2017-02-19 | Remove an unfortunate significant trailing whitespace that ended up passing | Theo Buehler | |
a bogus argument to ftp(1), disabling redirection and running ftp(1) in the background. ok rpe | |||
2017-02-18 | Add miniroot and ramdisk hooks for the Raspberry Pi 3. | Jonathan Gray | |
Unlike the TI boot ROM the Broadcom one doesn't understand FAT12, only FAT16 or FAT32. The u-boot-aarch64 and raspberrypi-firmware packages are now required to run make release on arm64. ok patrick@ | |||
2017-02-18 | sync perl manpages | Andrew Fresh | |
2017-02-14 | These variables are global so use uppercase and rename sshd and xdm | Robert Peichaer | |
to START_SSHD and START_XDM to better match their purpose. aperture -> APERTURE defcons -> DEFCONS ssh_enableroot -> SSHD_ENABLEROOT sshd -> START_SSHD xdm -> START_XDM OK krw@, tb@ | |||
2017-02-14 | Fix comment. | Robert Peichaer | |
2017-02-14 | Rename functions to match the predominantly used verb_noun naming scheme | Robert Peichaer | |
and to improve readability. addhostent -> add_hostent askpass -> ask_pass askpassword -> ask_password makedev -> make_dev showcols -> show_cols startcgiinfo -> start_cgiinfo waitcgiinfo -> wait_cgiinfo OK krw@, tb@ | |||
2017-02-12 | sync | Theo Buehler | |
2017-02-12 | Switch from 'legacy' errwarn.c to standard daemon logging functions. | Kenneth R Westerback | |
No objections heard. Feedback from millert@ guenther@ | |||
2017-02-12 | In autoinstall, no need to create /mnt/root/.ssh if the install script | Landry Breuil | |
provided an ssh public key, the directory is in the base set now. From tb@, discussed with rpe@ and tb@ | |||
2017-02-12 | sync (add /root/.ssh & /root/.ssh/authorized_keys) | Landry Breuil | |
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 | |