feat: UKI
This commit is contained in:
parent
bfbd034ce3
commit
dd265819a0
26 changed files with 55 additions and 56 deletions
|
|
@ -1,3 +0,0 @@
|
|||
title Arch Linux LTS
|
||||
linux /vmlinuz-linux-lts
|
||||
initrd /initramfs-linux-lts.img
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
title Arch Linux
|
||||
linux /vmlinuz-linux
|
||||
initrd /initramfs-linux.img
|
||||
|
|
@ -1 +0,0 @@
|
|||
default arch
|
||||
0
rootfs/etc/cmdline.d/root.conf
Normal file
0
rootfs/etc/cmdline.d/root.conf
Normal file
3
rootfs/etc/mkinitcpio.d/linux-lts.preset
Normal file
3
rootfs/etc/mkinitcpio.d/linux-lts.preset
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ALL_kver='/boot/vmlinuz-linux-lts'
|
||||
PRESETS=('fallback')
|
||||
fallback_uki='/efi/EFI/Linux/arch-linux-lts-fallback.efi'
|
||||
3
rootfs/etc/mkinitcpio.d/linux.preset
Normal file
3
rootfs/etc/mkinitcpio.d/linux.preset
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ALL_kver="/boot/vmlinuz-linux"
|
||||
PRESETS=('default')
|
||||
default_uki="/efi/EFI/Linux/arch-linux.efi"
|
||||
|
|
@ -1,2 +1 @@
|
|||
blacklist pcspkr
|
||||
blacklist snd_pcsp
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue