Loads airootfs.sfs into RAM at boot so the installer reads from memory instead of a possibly-flaky USB — fixes SquashFS read errors during unpackfs. Kept as a separate menu entry (not default) since it needs a few GB of RAM.
5 lines
255 B
Text
5 lines
255 B
Text
title Bread OS install medium (copy to RAM, UEFI)
|
|
sort-key 015
|
|
linux /%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux
|
|
initrd /%INSTALL_DIR%/boot/%ARCH%/initramfs-linux.img
|
|
options archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% copytoram=y
|