Setup desktop initramfs configuration

This commit is contained in:
Sonny Bakker 2024-09-04 10:54:50 +02:00
parent a5ed57f910
commit 5d91c4196d
7 changed files with 154 additions and 69 deletions

View file

@ -0,0 +1,9 @@
# {{ ansible_managed }}
#
# mkinitcpio preset file for the 'linux' package
PRESETS=('default')
default_config="/etc/mkinitcpio.conf"
default_image="/boot/initramfs-linux.img"
default_kver="/boot/vmlinuz-linux"