diff options
| author | nl6720 <nl6720@gmail.com> | 2020-09-03 00:03:38 +0300 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2020-09-27 20:54:11 +0300 |
| commit | 83e4cb9fb9934611e0508ac4e6ee97a1a0bd2ffc (patch) | |
| tree | b480ac4bef836af10288639faa56c690e3a43031 /configs/releng/efiboot/loader/entries/archiso-x86_64-linux.conf | |
| parent | 136152e672d56fd624a56a32af6f584f66fc50dc (diff) | |
| download | archiso-83e4cb9fb9934611e0508ac4e6ee97a1a0bd2ffc.tar.gz archiso-83e4cb9fb9934611e0508ac4e6ee97a1a0bd2ffc.tar.bz2 | |
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.conf | 9 |
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% |
