ansible-desktop/roles/systemd-boot/templates/loader/entries/arch.conf.j2

5 lines
178 B
Plaintext
Raw Normal View History

2024-04-19 18:49:47 +00:00
title Arch Linux{{ name }}
linux /vmlinuz-{{ version }}
initrd /initramfs-{{ version }}{{ variant }}.img
options root={{ root }} cryptdevice={{ cryptdevice }} {{ options }}