diff options
| author | nl6720 <nl6720@gmail.com> | 2022-06-17 15:01:31 +0300 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2022-10-22 17:31:46 +0300 |
| commit | 2f9cfdf42fce7144f2a83dff08df5af899aceaba (patch) | |
| tree | 46b58940ea4e3b53918d5b287d966e08dfe70e93 /configs/releng/syslinux | |
| parent | 11971619a671c778b027ce823e1c1a7d9ad48482 (diff) | |
| download | archiso-2f9cfdf42fce7144f2a83dff08df5af899aceaba.tar.gz archiso-2f9cfdf42fce7144f2a83dff08df5af899aceaba.tar.bz2 | |
configs/: remove "Copy to RAM" boot entries since it is automatic now
The default is now copytoram=auto which enables copying to RAM when the rootfs image size is less than 4 GiB and free RAM exceeds the rootfs image size + 2 GiB.
See https://gitlab.archlinux.org/mkinitcpio/mkinitcpio-archiso/-/issues/13 and https://gitlab.archlinux.org/mkinitcpio/mkinitcpio-archiso/-/merge_requests/26.
Implements #177.
Diffstat (limited to 'configs/releng/syslinux')
| -rw-r--r-- | configs/releng/syslinux/archiso_sys-linux.cfg | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/configs/releng/syslinux/archiso_sys-linux.cfg b/configs/releng/syslinux/archiso_sys-linux.cfg index 0d85fcc..f9d3b0d 100644 --- a/configs/releng/syslinux/archiso_sys-linux.cfg +++ b/configs/releng/syslinux/archiso_sys-linux.cfg @@ -18,14 +18,3 @@ 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 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% accessibility=on - -# Copy to RAM boot option -LABEL arch64ram -TEXT HELP -Boot the Arch Linux install medium on BIOS with Copy-to-RAM option -It allows you to install Arch Linux or perform system maintenance. -ENDTEXT -MENU LABEL Arch Linux install medium (x86_64, BIOS, Copy to RAM) -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 -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram |
