summaryrefslogtreecommitdiff
path: root/efiboot/loader
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2021-04-27 10:29:38 +0200
committerTom Barrett <tom@tombarrett.xyz>2021-04-27 10:29:38 +0200
commita4d0ccb56bf9b426f69d70c185d680b08b9bd25c (patch)
tree83aa6c3479378d6fa3164edc68be2adfddf865dc /efiboot/loader
start with baseline
Diffstat (limited to 'efiboot/loader')
-rw-r--r--efiboot/loader/entries/archiso-x86_64-linux.conf7
-rw-r--r--efiboot/loader/loader.conf5
2 files changed, 12 insertions, 0 deletions
diff --git a/efiboot/loader/entries/archiso-x86_64-linux.conf b/efiboot/loader/entries/archiso-x86_64-linux.conf
new file mode 100644
index 0000000..8dd7a16
--- /dev/null
+++ b/efiboot/loader/entries/archiso-x86_64-linux.conf
@@ -0,0 +1,7 @@
+#
+# SPDX-License-Identifier: GPL-3.0-or-later
+
+title Arch Linux (x86_64, UEFI)
+linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
+initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
+options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
diff --git a/efiboot/loader/loader.conf b/efiboot/loader/loader.conf
new file mode 100644
index 0000000..1ea5ce5
--- /dev/null
+++ b/efiboot/loader/loader.conf
@@ -0,0 +1,5 @@
+#
+# SPDX-License-Identifier: GPL-3.0-or-later
+
+timeout 3
+default archiso-x86_64-linux.conf