diff options
| author | nl6720 <nl6720@gmail.com> | 2024-04-01 18:39:09 +0300 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2024-04-19 10:53:42 +0300 |
| commit | 2facc4630cd3677e5c61705a25d5d5594fd0cc80 (patch) | |
| tree | 9e4c17b6ec81e3de723a1174b70c90839fde5d6a /configs/releng/syslinux/archiso_sys-linux.cfg | |
| parent | 924a97aeb1a5ed03529aa766f579a145ae67261a (diff) | |
| download | archiso-2facc4630cd3677e5c61705a25d5d5594fd0cc80.tar.gz archiso-2facc4630cd3677e5c61705a25d5d5594fd0cc80.tar.bz2 | |
configs/releng/: use mkinitcpio's microcode hook instead of external microcode images
This simplifies boot loader configuration, but custom PXE setups will
be forced to update theirs.
Implements https://gitlab.archlinux.org/archlinux/archiso/-/issues/226
Diffstat (limited to 'configs/releng/syslinux/archiso_sys-linux.cfg')
| -rw-r--r-- | configs/releng/syslinux/archiso_sys-linux.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/releng/syslinux/archiso_sys-linux.cfg b/configs/releng/syslinux/archiso_sys-linux.cfg index 950dc48..d5898d1 100644 --- a/configs/releng/syslinux/archiso_sys-linux.cfg +++ b/configs/releng/syslinux/archiso_sys-linux.cfg @@ -5,7 +5,7 @@ It allows you to install Arch Linux or perform system maintenance. ENDTEXT MENU LABEL Arch Linux install medium (x86_64, BIOS) LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux -INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img +INITRD /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img APPEND archisobasedir=%INSTALL_DIR% archisodevice=UUID=%ARCHISO_UUID% # Accessibility boot option @@ -16,5 +16,5 @@ It allows you to install Arch Linux or perform system maintenance with speech fe ENDTEXT MENU LABEL Arch Linux install medium (x86_64, BIOS) with ^speech LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux -INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img +INITRD /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img APPEND archisobasedir=%INSTALL_DIR% archisodevice=UUID=%ARCHISO_UUID% accessibility=on |
