From cb69845699f688ab096c6313d639b7cbc2cb9f1e Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 1 Nov 2023 12:39:04 +0000 Subject: [PATCH] docs/maintain: document payload_seabios_grubonly Signed-off-by: Leah Rowe --- site/docs/maintain/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/site/docs/maintain/index.md b/site/docs/maintain/index.md index ffeb93e..b6487aa 100644 --- a/site/docs/maintain/index.md +++ b/site/docs/maintain/index.md @@ -536,6 +536,7 @@ as: * `payload_memtest="y"` (example entry) * `payload_uboot="y"` (example entry) * `payload_seabios_withgrub="y"` (example entry) +* `payload_seabios_grubonly="y"` (example entry) * `grub_scan_disk="ata"` * `uboot_config=default` (specify which U-Boot tree to use) * `vendorfiles="n"` @@ -571,6 +572,11 @@ in ROM images. This option is *automatically* enabled if `payload_grub_withseabios` and/or `payload_seabios_withgrub` are also turned on. +The `payload_seabios_grubonly` option, if enabled, creates separate ROM +images alongside regular `seabios_withgrub` ones, where the `grubonly` ones +start SeaBIOS but disable the menu and only ever load GRUB from CBFS, which +then provides the boot for your machine. + The `payload_memtest` entry specifies whether or not MemTest86+ is to be included in ROM images; it will only be included in ROM images for *text mode* startup, on x86 machines.