Add cachyos repos and kernel
This commit is contained in:
parent
8354fcefb6
commit
9cb79c97ba
3 changed files with 31 additions and 5 deletions
8
root/etc/mkinitcpio.d/linux-cachyos.preset
Normal file
8
root/etc/mkinitcpio.d/linux-cachyos.preset
Normal file
|
@ -0,0 +1,8 @@
|
|||
PRESETS=('default')
|
||||
|
||||
ALL_config="/etc/mkinitcpio.conf"
|
||||
ALL_kver="/boot/vmlinuz-linux-cachyos"
|
||||
ALL_microcode=(/boot/*-ucode.img)
|
||||
|
||||
default_image="/boot/initramfs-linux-cachyos.img"
|
||||
default_uki="/boot/EFI/Linux/archlinux-linux-cachyos.efi"
|
|
@ -13,6 +13,14 @@ CleanMethod=KeepCurrent
|
|||
CacheDir=/docker/index.korhonen.cc/repo/arch_linux/korhonen_aur/x86_64
|
||||
{%@@ endif @@%}
|
||||
|
||||
[cachyos-v3]
|
||||
Include = /etc/pacman.d/pacserve
|
||||
Include = /etc/pacman.d/cachyos-v3-mirrorlist
|
||||
|
||||
[cachyos]
|
||||
Include = /etc/pacman.d/pacserve
|
||||
Include = /etc/pacman.d/cachyos-mirrorlist
|
||||
|
||||
[korhonen_aur]
|
||||
{%@@ if profile == "Moria" @@%}
|
||||
Server = file:///docker/index.korhonen.cc/repo/arch_linux/$repo/$arch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue