Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/configs/releng/efiboot/loader/entries/archiso-x86_64-linux.conf
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2020-09-03 00:03:38 +0300
committernl6720 <nl6720@gmail.com>2020-09-27 20:54:11 +0300
commit83e4cb9fb9934611e0508ac4e6ee97a1a0bd2ffc (patch)
treeb480ac4bef836af10288639faa56c690e3a43031 /configs/releng/efiboot/loader/entries/archiso-x86_64-linux.conf
parent136152e672d56fd624a56a32af6f584f66fc50dc (diff)
Use the same file paths in both ISO 9660 and FAT
This allows to use only one systemd-boot configuration file per kernel. Fixes https://gitlab.archlinux.org/archlinux/archiso/-/issues/44 .
Diffstat (limited to 'configs/releng/efiboot/loader/entries/archiso-x86_64-linux.conf')
-rw-r--r--configs/releng/efiboot/loader/entries/archiso-x86_64-linux.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/releng/efiboot/loader/entries/archiso-x86_64-linux.conf b/configs/releng/efiboot/loader/entries/archiso-x86_64-linux.conf
new file mode 100644
index 0000000..1a14b11
--- /dev/null
+++ b/configs/releng/efiboot/loader/entries/archiso-x86_64-linux.conf
@@ -0,0 +1,9 @@
+#
+# SPDX-License-Identifier: GPL-3.0-or-later
+
+title Arch Linux install medium (x86_64, UEFI)
+linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
+initrd /%INSTALL_DIR%/boot/intel-ucode.img
+initrd /%INSTALL_DIR%/boot/amd-ucode.img
+initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
+options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%