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 .
This commit is contained in:
parent
136152e672
commit
83e4cb9fb9
4 changed files with 11 additions and 19 deletions
|
@ -1,9 +0,0 @@
|
|||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
title Arch Linux install medium (x86_64, UEFI)
|
||||
linux /EFI/archiso/vmlinuz-linux
|
||||
initrd /EFI/archiso/intel-ucode.img
|
||||
initrd /EFI/archiso/amd-ucode.img
|
||||
initrd /EFI/archiso/initramfs-linux.img
|
||||
options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|
|
@ -2,4 +2,4 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
timeout 3
|
||||
default archiso-x86_64.conf
|
||||
default archiso-x86_64-linux.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue