10 lines
381 B
Text
10 lines
381 B
Text
|
#
|
||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||
|
|
||
|
title Arch Linux install medium (x86_64, UEFI) with speech
|
||
|
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% accessibility=on
|