summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2022-04-20syncTheo de Raadt
2022-04-17syncTheo de Raadt
2022-04-07Mention Allwinner H6Kevin Lo
ok jsg@
2022-04-06Add instructions on how to prepare Apple arm64 machines for installingMark Kettenis
OpenBSD.
2022-04-05syncTheo de Raadt
2022-03-31on-ramdisk firmware extraction can overflow the install-media directoryTheo de Raadt
because of the the tar+mv combination. Purge both path variations better, so that an interrupted install can be restarted. ok miod abieber kettenis
2022-03-28Running getty(8) on /dev/console when using a glass console interferes withMark Kettenis
running Xorg in a way that isn't fully understood. So change the arm64 install.md to munge /etc/ttys to enable the ttyC0 entry if we detect that wsdisplay0 is the console and make sure the code in install.sub that does the actual munging disables the console entry before enabling another entry to prevent running two getty(8) processes on (effectively) the same device. ok deraadt@
2022-03-26grow i386 mediaTheo de Raadt
2022-03-24The installer no longer runs dhclient(8).Kenneth R Westerback
New verbiage suggested by deraadt@.
2022-03-24syncTheo Buehler
2022-03-22Polish the bits that copy the firmware in place on Apple systems a bit more.Mark Kettenis
This mostly adds some checks to make sure that if for some reason the firmware files aren't present on the EFI System Partition the users doesn't see several error messages. ok deraadt@
2022-03-21Remove unused files which serve no purpose in OpenBSD; with and ok jsg@Miod Vallat
2022-03-20syncStuart Henderson
2022-03-18add list of apple machines from arm64.htmlJonathan Gray
apple specific install instructions still needed
2022-03-15syncStuart Henderson
2022-03-14There is no objectionable-C compiler in the comp set anymore.Miod Vallat
2022-03-13Now that fdisk(8) retains the EFI System Partition on Apple systems, skipMark Kettenis
formatting the partition such that its contents actually survive. ok krw@
2022-03-10Provide atomic load and store functions for int and long. FreeBSDAlexander Bluhm
also uses these names. This implements a complete interface for atomic operations, such functions can be used for every access. They provide compiler barriers, but no CPU memory barriers. This is consistent with our other atomic operations. OK mvs@ visa@
2022-03-08syncTheo de Raadt
2022-03-07grow diskspaceTheo de Raadt
2022-03-06Simple move firmware subdirectory in place as suggested by deraadt@Mark Kettenis
Improved chicken scratches from tb@
2022-03-06Fetch bwfm(4) firmware from the EFI System Partition on Apple SiliconMark Kettenis
devices and copy it into the right directory on the ramdisk such that it can be used in the installer. And copy it in place at the end of the install procedure such that it is available for use in the newly installed system. ok deraadt@
2022-03-02Document u-boot workaround required for unattended boot of edgerouter 6p.Stefan Sperling
ok afresh1@ kevlo@, who both ran into the same issue
2022-02-23syncTheo de Raadt
2022-02-22syncTheo de Raadt
2022-02-21syncTheo de Raadt
2022-02-20syncTheo de Raadt
2022-02-20syncTheo de Raadt
2022-02-19Use installboot(8) in install.md of armv7.Visa Hankala
OK kettenis@ deraadt@
2022-02-18syncTheo de Raadt
2022-02-16syncTheo de Raadt
2022-02-16Add libclang_rt.ubsan_minimal to comp setGreg Steuck
ok jca@
2022-02-14Use fdisk -b to create the desired 1MB MSDOS boot partitionKenneth R Westerback
rather than relying on /usr/mdec/mbr. Tested by tobhe@
2022-02-13syncStuart Henderson
2022-02-10Use fdisk's -b to create boot partitions instead of -e scripts.Kenneth R Westerback
Build, boot and install tested by bluhm@ ok bluhm@
2022-02-10syncTheo de Raadt
2022-02-10Use fdisk's -b to create boot partitions instead of -e scripts.Kenneth R Westerback
Build, boot and install tested by bluhm@ ok bluhm@
2022-02-07Use fdisk's -b to create boot partitions instead of -e scripts.Kenneth R Westerback
Build, boot and install tested by visa@ ok visa@
2022-02-07Use fdisk's -b to create boot partitions instead of -e scripts.Kenneth R Westerback
Build, boot and install tested by visa@ ok visa@
2022-02-06Use fdisk's -b to create boot partitions instead of -e scripts.Kenneth R Westerback
Build, boot and install tested by visa@ ok visa@
2022-02-06Allow installation on a disk with a GPT.Visa Hankala
OK krw@
2022-02-04Use the '-b' to create boot partitions instead of '-e' scripts.Kenneth R Westerback
Media creation & subsequent installation tests by visa@ ok visa@
2022-02-04Now that installboot(8) creates the startup.nsh file, remove the shellMark Kettenis
scripting doing the same thing from here. ok deraadt@, visa@
2022-02-03Use installboot(8) in install.md of riscv64.Visa Hankala
OK kettenis@ deraadt@
2022-02-03Rename armv7_installboot.c to efi_installboot.c.Visa Hankala
The code is common to EFI platforms, not specific to armv7. Suggested by kettenis@
2022-01-29ftplist management moves to a different IP. It would be nice if thisTheo de Raadt
could operate in parallel to a few different IPs, but such code has not been written yet.
2022-01-25syncTheo Buehler
2022-01-22syncTheo de Raadt
2022-01-18syncTheo de Raadt
2022-01-16spellingJonathan Gray