aboutsummaryrefslogtreecommitdiff
path: root/system/loader
diff options
context:
space:
mode:
Diffstat (limited to 'system/loader')
-rwxr-xr-xsystem/loader/entries/arch.conf4
-rwxr-xr-xsystem/loader/loader.conf3
2 files changed, 7 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
diff --git a/system/loader/loader.conf b/system/loader/loader.conf
new file mode 100755
index 0000000..a8c34e5
--- /dev/null
+++ b/system/loader/loader.conf
@@ -0,0 +1,3 @@
+#timeout 3
+#console-mode keep
+default arch