Packages for the ThinkPad X13s
To use pre-built packages, add this section to the end of your /etc/pacman.conf
:
[ironrobin-x13s]
Server = https://github.com/ironrobin/x13s-alarm/releases/download/packages
You'll need to trust the public key in order to verify package signature:
sudo pacman-key --recv-keys 6ED02751500A833A
sudo pacman-key --lsign-key 6ED02751500A833A
if it still says "unknown trust" even after you lsign it, try this and then resign:
sudo rm -rf /etc/pacman.d/gnupg
sudo pacman-key --init
sudo pacman-key --populate archlinux
sudo pacman-key --populate archlinuxarm
For now, you will need efi=noruntime clk_ignore_unused pd_ignore_unused arm64.nopauth
as kernel parameters to boot into the kernel.