diff options
Diffstat (limited to 'configs/releng/syslinux/archiso_sys32.cfg')
-rw-r--r-- | configs/releng/syslinux/archiso_sys32.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/releng/syslinux/archiso_sys32.cfg b/configs/releng/syslinux/archiso_sys32.cfg index 9d4d24b..603281e 100644 --- a/configs/releng/syslinux/archiso_sys32.cfg +++ b/configs/releng/syslinux/archiso_sys32.cfg @@ -5,5 +5,5 @@ It allows you to install Arch Linux or perform system maintenance. ENDTEXT MENU LABEL Boot Arch Linux (i686) LINUX boot/i686/vmlinuz -INITRD boot/intel_ucode.img,boot/i686/archiso.img +INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% |