diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/coreboot/e6430_12mb/target.cfg | 6 | ||||
| -rw-r--r-- | config/git/www | 2 | ||||
| -rw-r--r-- | config/grub/patches/0001-borderfix/0002-say-the-name-libreboot-in-the-grub-menu.patch | 2 | 
3 files changed, 6 insertions, 4 deletions
diff --git a/config/coreboot/e6430_12mb/target.cfg b/config/coreboot/e6430_12mb/target.cfg index 7b790a99..1cf0792e 100644 --- a/config/coreboot/e6430_12mb/target.cfg +++ b/config/coreboot/e6430_12mb/target.cfg @@ -2,8 +2,10 @@ tree="default"  romtype="normal"  arch="x86_64"  payload_grub="n" -payload_seabios_withgrub="n" +payload_grub_withseabios="n"  payload_seabios="y" -payload_seabios_withgrub="y"  payload_memtest="y" +payload_seabios_withgrub="y" +payload_seabios_grubonly="y"  grub_scan_disk="ahci" +microcode_required="n" diff --git a/config/git/www b/config/git/www index 0852ac31..ec9a6fe3 100644 --- a/config/git/www +++ b/config/git/www @@ -1,5 +1,5 @@  {www}{ -	rev: f3001eae5724ef38fe512a378148a2d619a0ff24 +	rev: 6ebb88528e342cae48ee75a6f1bfa1b71002e1c3  	loc: www  	url: https://codeberg.org/libreboot/lbwww  	bkup_url: https://git.disroot.org/libreboot/lbwww diff --git a/config/grub/patches/0001-borderfix/0002-say-the-name-libreboot-in-the-grub-menu.patch b/config/grub/patches/0001-borderfix/0002-say-the-name-libreboot-in-the-grub-menu.patch index afc786b0..9beae162 100644 --- a/config/grub/patches/0001-borderfix/0002-say-the-name-libreboot-in-the-grub-menu.patch +++ b/config/grub/patches/0001-borderfix/0002-say-the-name-libreboot-in-the-grub-menu.patch @@ -16,7 +16,7 @@ index bd4431000..31308e16a 100644     grub_term_cls (term);  -  msg_formatted = grub_xasprintf (_("GNU GRUB  version %s"), PACKAGE_VERSION); -+  msg_formatted = grub_xasprintf (_("Libreboot 20231021 release, based on coreboot.    https://libreboot.org/")); ++  msg_formatted = grub_xasprintf (_("Libreboot 20231101 release, based on coreboot.    https://libreboot.org/"));     if (!msg_formatted)       return;  | 
