summaryrefslogtreecommitdiff
path: root/distrib/arm64
AgeCommit message (Expand)Author
2024-06-18grow the iso againTheo de Raadt
2024-06-09include BUILDINFO file in the iso/img files; requested by florian for sysupgr...Theo de Raadt
2024-05-12Rerun installboot(8) after fw_update(8) to pick up Apple boot firmwareKlemens Nanni
2024-04-17Use $_disk consistently over $1 in md_installboot(); no functional changeKlemens Nanni
2024-02-10grow arm64 iso media againTheo de Raadt
2023-11-13enable UDF on arm64 install mediaJonathan Gray
2023-10-26the dependency should have been moved downTheo de Raadt
2023-10-26delete incorrect dependencyTheo de Raadt
2023-10-26construct EFI bootable cdXX.iso and instalXX.iso filesTheo de Raadt
2023-10-18grow arm64 iso media spaceTheo de Raadt
2023-10-11Remove dead CRYPTOCHUNK usageKlemens Nanni
2023-04-28Retire -E's "expert" mode. Introduced 23 years ago to avoidKenneth R Westerback
2023-04-28Add support for RTL8188FTV chip to urtwn(4).Kevin Lo
2023-04-27arm64 install.md: fix softraid crypto installation on MacCaspar Schutijser
2023-04-27Treat crypto disk like the root disk, both are boot disksKlemens Nanni
2023-04-24Change variables 'MRFSDISKTYPE' to 'MRDISKTYPE' like every other arch.Kenneth R Westerback
2023-04-17Remove unused variables FSDISKTYPE that point at non-existantKenneth R Westerback
2023-04-14check if there is actually anything to extract from the firmware tarballRobert Nagy
2023-04-04Enable guided disk encryption support on arm64Klemens Nanni
2023-04-04Make root on softraid installations boot out of the box on Raspberry PisKlemens Nanni
2023-04-03Stop writing pine64 firmware to diskKlemens Nanni
2023-03-29Add missing semicolon to properly end switch caseKlemens Nanni
2023-03-29Use character not block devices with dd(1) like the restKlemens Nanni
2023-03-29Unify variable usage in arm64 and armv7 md_installboot() with the restKlemens Nanni
2023-03-26Simplify apple firmware copyingKlemens Nanni
2023-03-25pine64: Silence dd(1) properlyKlemens Nanni
2023-02-10Use "echo '/ *' | disklabel -wAT-" to put all free space into theKenneth R Westerback
2023-02-06Add space after comma in MD "No * partition in *,try again." repliesKlemens Nanni
2023-01-28install sbin/kbd on arm64's ramdisk, so a user can set a keyboard layout ifPeter Hessler
2022-09-26Hide error messages while extracting Apple firmware. Depending on theMark Kettenis
2022-09-03Keep _fw2 in local md_consoleinfo() scopeKlemens Nanni
2022-09-03Copy Apple touchpad firmware on machines that need it.Mark Kettenis
2022-08-07Modern EFI systems tend to want larger EFI Sys partitions, they playTheo de Raadt
2022-03-31on-ramdisk firmware extraction can overflow the install-media directoryTheo de Raadt
2022-03-28Running getty(8) on /dev/console when using a glass console interferes withMark Kettenis
2022-03-22Polish the bits that copy the firmware in place on Apple systems a bit more.Mark Kettenis
2022-03-13Now that fdisk(8) retains the EFI System Partition on Apple systems, skipMark Kettenis
2022-03-06Simple move firmware subdirectory in place as suggested by deraadt@Mark Kettenis
2022-03-06Fetch bwfm(4) firmware from the EFI System Partition on Apple SiliconMark Kettenis
2022-02-10Use fdisk's -b to create boot partitions instead of -e scripts.Kenneth R Westerback
2022-02-04Now that installboot(8) creates the startup.nsh file, remove the shellMark Kettenis
2021-12-14Don't overwrite the Raspberry Pi config.txt if it already exists.Mark Kettenis
2021-10-04Add firmwares for rsu(4), rtwn(4), and urtwn(4) drivers.Kevin Lo
2021-09-26'-g' no longer needs '-i'.Kenneth R Westerback
2021-08-29new installboot will sometimes reuse the existing msdos boot partition insteadTheo de Raadt
2021-07-26Pass make flags to kernel and lib buildskn
2021-07-20Use installboot -p such that the right partition will be newfs'ed.Mark Kettenis
2021-07-18Remove hackery around /tmp/i/resolv.conf*. In particular "lookup file bind"Theo de Raadt
2021-07-16Replace dhclient with dhcpleased/resolvd on the ramdisk.Florian Obser
2021-06-25Allow (w)hole disk allocation for GPT disks. Use fdisk -A when Apple APFS ISCKenneth R Westerback