index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | nl6720 <nl6720@gmail.com> | 2020-09-02 23:38:13 +0300 |
---|---|---|
committer | nl6720 <nl6720@gmail.com> | 2020-09-27 20:54:10 +0300 |
commit | 136152e672d56fd624a56a32af6f584f66fc50dc (patch) | |
tree | 9241832693aa7e06046dbe0323b814c89792df9f /configs/releng/syslinux/archiso_sys.cfg | |
parent | 9544bbfdf1ab1f1e9ee85c59a61b8d219da3d735 (diff) |
-rw-r--r-- | configs/releng/syslinux/archiso_sys.cfg | 2 |
diff --git a/configs/releng/syslinux/archiso_sys.cfg b/configs/releng/syslinux/archiso_sys.cfg index f14d176..6e8d9e3 100644 --- a/configs/releng/syslinux/archiso_sys.cfg +++ b/configs/releng/syslinux/archiso_sys.cfg @@ -13,7 +13,7 @@ It allows you to install Arch Linux or perform system maintenance. ENDTEXT MENU LABEL Arch Linux install medium (x86_64, BIOS) LINUX boot/x86_64/vmlinuz-linux -INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/x86_64/archiso.img +INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/x86_64/initramfs-linux.img APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% INCLUDE boot/syslinux/archiso_tail.cfg |