Add cachyos repos and kernel
This commit is contained in:
parent
0102e10ef3
commit
b682fe72aa
3 changed files with 28 additions and 5 deletions
7
root/etc/mkinitcpio.d/linux-cachyos.preset
Normal file
7
root/etc/mkinitcpio.d/linux-cachyos.preset
Normal file
|
@ -0,0 +1,7 @@
|
|||
PRESETS=('default')
|
||||
|
||||
ALL_config="/etc/mkinitcpio.conf"
|
||||
ALL_kver="/boot/vmlinuz-linux-cachyos"
|
||||
|
||||
default_image="/boot/initramfs-linux-cachyos.img"
|
||||
default_uki="/boot/EFI/Linux/archlinux-linux-cachyos.efi"
|
|
@ -13,6 +13,22 @@ CleanMethod=KeepCurrent
|
|||
CacheDir= /var/www/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-core-v3]
|
||||
Include = /etc/pacman.d/pacserve
|
||||
Include = /etc/pacman.d/cachyos-v3-mirrorlist
|
||||
|
||||
[cachyos-extra-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
|
||||
|
||||
[core]
|
||||
Include = /etc/pacman.d/pacserve
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue