Setup desktop initramfs configuration
This commit is contained in:
parent
a5ed57f910
commit
5d91c4196d
7 changed files with 154 additions and 69 deletions
3
templates/desktop/mkinitcpio/99-modules.conf.j2
Normal file
3
templates/desktop/mkinitcpio/99-modules.conf.j2
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
MODULES=(amdgpu)
|
||||
9
templates/desktop/mkinitcpio/linux-lts.preset.j2
Normal file
9
templates/desktop/mkinitcpio/linux-lts.preset.j2
Normal 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-lts.img"
|
||||
default_kver="/boot/vmlinuz-linux-lts"
|
||||
9
templates/desktop/mkinitcpio/linux.preset.j2
Normal file
9
templates/desktop/mkinitcpio/linux.preset.j2
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue