diff options
Diffstat (limited to 'efiboot/loader/entries')
-rw-r--r-- | efiboot/loader/entries/archiso-x86_64-linux.conf | 7 |
1 files changed, 7 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% |