#
6c52d938 |
| 18-Jun-2024 |
deraadt <deraadt@openbsd.org> |
grow the iso again
|
#
d1e36bb8 |
| 09-Jun-2024 |
deraadt <deraadt@openbsd.org> |
include BUILDINFO file in the iso/img files; requested by florian for sysupgrade changes
|
#
b25b944c |
| 10-Feb-2024 |
deraadt <deraadt@openbsd.org> |
grow arm64 iso media again
|
#
c147c820 |
| 26-Oct-2023 |
deraadt <deraadt@openbsd.org> |
construct EFI bootable cdXX.iso and instalXX.iso files
|
#
5bc928b8 |
| 18-Oct-2023 |
deraadt <deraadt@openbsd.org> |
grow arm64 iso media space
|
#
495a3608 |
| 17-Apr-2023 |
krw <krw@openbsd.org> |
Remove unused variables FSDISKTYPE that point at non-existant 'install' disktab entries.
No functional change.
|
#
0c4ca99f |
| 03-Apr-2023 |
kn <kn@openbsd.org> |
Stop writing pine64 firmware to disk
pine64 happens to be the first board "we ran on", as kettenis explains, and this code tries to handle the situation of installing to the same disk the installer
Stop writing pine64 firmware to disk
pine64 happens to be the first board "we ran on", as kettenis explains, and this code tries to handle the situation of installing to the same disk the installer booted from.
Similar boards like the Pinebook Pro don't get special treatment and work; INSTALL.arm64 already explains how to flash required firmware onto disks or install media -- Allwinner SoCs like the pine64 included.
Spotted through md_installboot() dd'ing blobs onto the root disk, which does not fly with root on softraid and is in the way of arm64 getting support for guided disk encryption.
Suggested by kettenis patrick Feedback jsg patrick OK patrick
show more ...
|
#
8d8d84f6 |
| 10-Feb-2023 |
krw <krw@openbsd.org> |
Use "echo '/ *' | disklabel -wAT-" to put all free space into the root partition.
Identical behaviour as but more readable than the "echo 'a a\n\n\n\nw\nq\n'| disklabel -E" it replaces.
It also eli
Use "echo '/ *' | disklabel -wAT-" to put all free space into the root partition.
Identical behaviour as but more readable than the "echo 'a a\n\n\n\nw\nq\n'| disklabel -E" it replaces.
It also eliminates the extraneous output of -E that required ">/dev/null".
ok kn@
show more ...
|
#
1a7bc0bf |
| 10-Feb-2022 |
krw <krw@openbsd.org> |
Use fdisk's -b to create boot partitions instead of -e scripts.
Build, boot and install tested by bluhm@
ok bluhm@
|
#
904400d1 |
| 17-Apr-2021 |
sthen <sthen@openbsd.org> |
Embiggen arm64 ramdisk kernel and miniroot/install img files. Provide U-Boot binaries that work on Raspberry Pi 3 and 4 (and possibly others) and firmware for Raspberry Pi 4. This allows the same ins
Embiggen arm64 ramdisk kernel and miniroot/install img files. Provide U-Boot binaries that work on Raspberry Pi 3 and 4 (and possibly others) and firmware for Raspberry Pi 4. This allows the same installation method as used on Raspberry Pi 3 without separate UEFI firmware (although UEFI can still be used). Help from kettenis@ jsg@ deraadt@
show more ...
|
#
4b6226f0 |
| 10-Apr-2021 |
deraadt <deraadt@openbsd.org> |
build arm64 install*.img requested by kettenis, first testing by kn
|