2f9cfdf42f
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.
6 lines
214 B
INI
6 lines
214 B
INI
LABEL arch
|
|
MENU LABEL Arch Linux (x86_64, BIOS)
|
|
LINUX /%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux
|
|
INITRD /%INSTALL_DIR%/boot/%ARCH%/initramfs-linux.img
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|