diff options
Diffstat (limited to 'system/loader/entries/arch.conf')
-rwxr-xr-x | system/loader/entries/arch.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/loader/entries/arch.conf b/system/loader/entries/arch.conf new file mode 100755 index 0000000..5d60a7a --- /dev/null +++ b/system/loader/entries/arch.conf @@ -0,0 +1,4 @@ +title Arch Linux +linux /vmlinuz-linux +initrd /initramfs-linux.img +options root=/dev/ArchVolGroup-root rw quiet splash loglevel=2 rd.udev.log_priority=3 rd.systemd.show_status=false vt.global_cursor_default=0 cryptdevice=/dev/nvme0n1p2:cryptlvm root=/dev/ArchVolGroup/root bluetooth.disable_ertm=1 |