summaryrefslogtreecommitdiff
path: root/usr.sbin/installboot
AgeCommit message (Expand)Author
14 daysOnly install a second copy of the bootloader if the EFI System PartitionMark Kettenis
2024-10-30Install a copy of the UEFI bootloader in /efi/openbsd on the EFI systemMark Kettenis
2023-06-11No need to check for DTYPE_FLOPPY. If there is neither a GPT norKenneth R Westerback
2023-04-26Fix confusing comments, no object change; with casparKlemens Nanni
2023-01-16Enable softraid(4) support in installboot(8)Klemens Nanni
2022-12-28spelling fixes; from paul tagliamonteJason McIntyre
2022-11-22Add missing parantheses around if blockKlemens Nanni
2022-11-22Copy apple-boot firmware to EFI system partition. This enables automaticTobias Heider
2022-11-14Check for offline chunks first, then check for keydisksKlemens Nanni
2022-11-08Skip softraid(4) keydisks silentlyKlemens Nanni
2022-11-08Make "prepare filesystem" softraid aware, fix arm64 softraid installKlemens Nanni
2022-11-07Merge duplicate MD code into MI sr_open_chunk()Klemens Nanni
2022-11-06Nuke some 'set but not used' pathlen variables.Kenneth R Westerback
2022-11-06Don't leak args.fspec in create_filesystem().Kenneth R Westerback
2022-10-19Replace "newfs/fsck_ext2fs" with "newfs/msdos -t ext2fs", constifyKlemens Nanni
2022-10-05Skip softraid(4) keydisksKlemens Nanni
2022-09-27fix passing explicit stage filesKlemens Nanni
2022-09-27fix passing explicit stage filesKlemens Nanni
2022-09-27fix passing explicit stage filesKlemens Nanni
2022-09-14Backout "Reflect script failure in exit code"Klemens Nanni
2022-09-11Fix build after previousMiod Vallat
2022-09-09Reflect script failure in exit codeKlemens Nanni
2022-09-07Fix passing explicit stage filesKlemens Nanni
2022-09-05Fix -r on multi-chunk softraid volumesKlemens Nanni
2022-09-03Fix passing explicit stage filesKlemens Nanni
2022-08-31Replace "newfs_msdos" and "fsck_msdos" with "newfs -t msdos" and "fsck -tKenneth R Westerback
2022-08-31Log copy of /ofwbootKlemens Nanni
2022-08-31Make installboot on landisk aware of a possible MBR on the disk, and in thisMiod Vallat
2022-08-29softraid: make verbose messages -n/nowrite awareKlemens Nanni
2022-08-19Split -p into own synopsisKlemens Nanni
2022-08-15Add initial piece for softraid(4) support on arm64Klemens Nanni
2022-02-03installboot(8): Adjustments for EFI platformsVisa Hankala
2022-02-03Rename armv7_installboot.c to efi_installboot.c.Visa Hankala
2022-02-02Add missing mode argument to open(2) with O_CREAT.Visa Hankala
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-07-20Add -p option to "prepare" (newfs) a filesystem that will be used forMark Kettenis
2021-06-27reuse armv7 installboot for riscv64Jonathan Gray
2021-06-03typoTheo de Raadt
2021-06-02Use the same logic in all copies of gpt_chk_mbr(), relaxing theKenneth R Westerback
2021-06-02Add GPT support; stolen from i386_installboot.c.Mark Kettenis
2020-07-22force long-names on msdos filenames, so that folk can see pretty namesTheo de Raadt
2020-07-19Should use ufs_args here after all.Visa Hankala
2020-07-18use correct structure for mounting, duhTheo de Raadt
2020-07-18Create grub.cfg file as requiredTheo de Raadt
2020-07-17Add powerpc64 support; straight copy from octeon.Mark Kettenis
2020-06-27convert macppc, octeon, and loongson to use MI installboot, removingTheo de Raadt
2020-06-08Provide clear errors when trying to install oversized boot loaderkn
2020-03-09Recommit, now that we found out how to fix the BIOS related issues: goOtto Moerbeek
2020-03-07Revert previous, there are BIOS that do not like these changes.Otto Moerbeek
2020-02-28Adapt biosboot(8) so it can read boot(8) from an ffs2 filesystem.Otto Moerbeek