This repository has been archived by the owner on Jun 13, 2021. It is now read-only.
Releases: nadiaholmquist/archiso-pbp
Releases · nadiaholmquist/archiso-pbp
Pre-built image 2021-06-04
- Linux 5.12.7
- Import the signing key for the repo on boot
Additionally the issues with an outdated/invalid key with the repo should hopefully be fixed now.
Pre-built image 2021-02-01
- Updated Linux to 5.10.12
- U-Boot 2021.01 with working display and USB
If you get issues with package signing keys, run the following:
pacman-key --recv-keys 50626D06C63A8C774FCB35D2497FE64338F993E9
pacman-key --lsign-key 50626D06C63A8C774FCB35D2497FE64338F993E9
Make sure your system time is set correctly (check timedatectl
) or you'll probably get SSL errors trying to fetch apckages.
Pre-built image 2020-07-02
- Revert to using extlinux.conf and an uncompressed kernel, as the boot script did not work with bsp u-boot.
Pre-built image 2020-06-25
- Fix compatibility with u-boot 2020.01
Pre-built image 2020-06-23
Note: If this release doesn't boot, please use the previous one. Will have a fix up for this soon.
- Use a uboot script instead of extlinux.conf
- Boot a compressed kernel to save some space
Pre-built image 2020-06-16
- Use u-boot patched to check SD before eMMC
- Correct kernel localversion to say
-ARCH
- Undo removal of
console=
in the kernel command line
Pre-built image 2020-06-10
- Update kernel with the patch to support USB-c DisplayPort altmode
- Update u-boot to upstream v2020.07-rc4
- Remove
console=
inextlinux.conf
to get serial output during boot - Make the image only as large as it actually needs to be
Pre-built image 2020-06-08
20200608 Initial commit