feat: UKI

This commit is contained in:
ange 2024-10-02 12:40:34 +07:00
parent bfbd034ce3
commit dd265819a0
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
26 changed files with 55 additions and 56 deletions

View file

@ -1,3 +0,0 @@
title Arch Linux LTS
linux /vmlinuz-linux-lts
initrd /initramfs-linux-lts.img

View file

@ -1,3 +0,0 @@
title Arch Linux
linux /vmlinuz-linux
initrd /initramfs-linux.img

View file

@ -1 +0,0 @@
default arch

View file

View file

@ -0,0 +1,3 @@
ALL_kver='/boot/vmlinuz-linux-lts'
PRESETS=('fallback')
fallback_uki='/efi/EFI/Linux/arch-linux-lts-fallback.efi'

View file

@ -0,0 +1,3 @@
ALL_kver="/boot/vmlinuz-linux"
PRESETS=('default')
default_uki="/efi/EFI/Linux/arch-linux.efi"

View file

@ -1,2 +1 @@
blacklist pcspkr
blacklist snd_pcsp

View file

@ -7,7 +7,7 @@ table inet filter {
chain input {
type filter hook input priority filter; policy drop;
#tcp dport 32768-40960 counter meta nftrace set 1 accept comment "WoW VoiceError:17"
#tcp dport 32768-65535 counter meta nftrace set 1 accept comment "WoW VoiceError:17"
ct state invalid counter drop
ct state {established,related} counter accept

View file

@ -35,6 +35,8 @@ Color
CheckSpace
VerbosePkgLists
ParallelDownloads = 8
DownloadUser = alpm
#DisableSandbox
ILoveCandy
# By default, pacman accepts packages signed by keys that its local keyring

View file

@ -1,9 +0,0 @@
[Trigger]
Type = Package
Operation = Upgrade
Target = systemd
[Action]
Description = Gracefully upgrading systemd-boot...
When = PostTransaction
Exec = /usr/bin/systemctl restart systemd-boot-update.service