You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
381 B
9 lines
381 B
# |
|
# 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
|
|
|