summaryrefslogtreecommitdiff
path: root/configs/baseline/efiboot/loader
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-10-24 18:55:50 -0300
committerDavid P <megver83@parabola.nu>2020-10-24 18:55:50 -0300
commit0056806faa5a5ffa248f0458efa3f865fa57d6b3 (patch)
tree3e05a61cdbdd5b22999c3a4b50d656c6695a44a9 /configs/baseline/efiboot/loader
parent2ae44ec5f99e4c28c3038910821b0b8c35b5f1b1 (diff)
sync with archiso
Imported changes: cc2d9bb (HEAD -> master, origin/master, origin/HEAD) run_archiso: add braille support ae0e914 configs/baseline: support UEFI f3af569 (origin/issues/73) Set CacheDir and HookDir for profile more sanely 729d16b Move FAT image to a separate partition outside the ISO 9660 file system Due to commit f3af569, I made the following changes: * run _make_pacman_conf for both architectures * _make_pacman_conf: create a pacman.conf file for each architecture * _pacman: remove --arch flag since the pacman.conf specifies the arch Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'configs/baseline/efiboot/loader')
-rw-r--r--configs/baseline/efiboot/loader/entries/parabolaiso-x86_64-linux-libre.conf7
-rw-r--r--configs/baseline/efiboot/loader/loader.conf5
2 files changed, 12 insertions, 0 deletions
diff --git a/configs/baseline/efiboot/loader/entries/parabolaiso-x86_64-linux-libre.conf b/configs/baseline/efiboot/loader/entries/parabolaiso-x86_64-linux-libre.conf
new file mode 100644
index 0000000..99bc0be
--- /dev/null
+++ b/configs/baseline/efiboot/loader/entries/parabolaiso-x86_64-linux-libre.conf
@@ -0,0 +1,7 @@
+#
+# SPDX-License-Identifier: GPL-3.0-or-later
+
+title Parabola GNU/Linux-libre (x86_64, UEFI)
+linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-libre
+initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux-libre.img
+options parabolaisobasedir=%INSTALL_DIR% parabolaisolabel=%PARABOLAISO_LABEL%
diff --git a/configs/baseline/efiboot/loader/loader.conf b/configs/baseline/efiboot/loader/loader.conf
new file mode 100644
index 0000000..99b52a9
--- /dev/null
+++ b/configs/baseline/efiboot/loader/loader.conf
@@ -0,0 +1,5 @@
+#
+# SPDX-License-Identifier: GPL-3.0-or-later
+
+timeout 3
+default parabolaiso-x86_64-linux-libre.conf