All checks were successful
Mirror to GitHub / mirror (push) Successful in 5s
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. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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
|