Canoeboot 20241102 release!
Signed-off-by: Leah Rowe <info@minifree.org>master 20241102
parent
a7a1534fb1
commit
9706835dd5
|
@ -16,7 +16,7 @@ index bd4431000..300f55fe1 100644
|
||||||
grub_term_cls (term);
|
grub_term_cls (term);
|
||||||
|
|
||||||
- msg_formatted = grub_xasprintf (_("GNU GRUB version %s"), PACKAGE_VERSION);
|
- msg_formatted = grub_xasprintf (_("GNU GRUB version %s"), PACKAGE_VERSION);
|
||||||
+ msg_formatted = grub_xasprintf (_("Canoeboot 20241031 release, based on coreboot. https://canoeboot.org/"));
|
+ msg_formatted = grub_xasprintf (_("Canoeboot 20241102 release, based on coreboot. https://canoeboot.org/"));
|
||||||
if (!msg_formatted)
|
if (!msg_formatted)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ index bd4431000..300f55fe1 100644
|
||||||
grub_term_cls (term);
|
grub_term_cls (term);
|
||||||
|
|
||||||
- msg_formatted = grub_xasprintf (_("GNU GRUB version %s"), PACKAGE_VERSION);
|
- msg_formatted = grub_xasprintf (_("GNU GRUB version %s"), PACKAGE_VERSION);
|
||||||
+ msg_formatted = grub_xasprintf (_("Canoeboot 20241031 release, based on coreboot. https://canoeboot.org/"));
|
+ msg_formatted = grub_xasprintf (_("Canoeboot 20241102 release, based on coreboot. https://canoeboot.org/"));
|
||||||
if (!msg_formatted)
|
if (!msg_formatted)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ index bd4431000..300f55fe1 100644
|
||||||
grub_term_cls (term);
|
grub_term_cls (term);
|
||||||
|
|
||||||
- msg_formatted = grub_xasprintf (_("GNU GRUB version %s"), PACKAGE_VERSION);
|
- msg_formatted = grub_xasprintf (_("GNU GRUB version %s"), PACKAGE_VERSION);
|
||||||
+ msg_formatted = grub_xasprintf (_("Canoeboot 20241031 release, based on coreboot. https://canoeboot.org/"));
|
+ msg_formatted = grub_xasprintf (_("Canoeboot 20241102 release, based on coreboot. https://canoeboot.org/"));
|
||||||
if (!msg_formatted)
|
if (!msg_formatted)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
subhash="cc843552dfc13b08a621fafd97fb6272c190790a"
|
subhash="f65ea1ebe4bef188a4dbae7b2530747c9b2a150e"
|
||||||
subrepo="https://codeberg.org/canoeboot/cbwww"
|
subrepo="https://codeberg.org/canoeboot/cbwww"
|
||||||
subrepo_bkup="https://git.disroot.org/canoeboot/cbwww"
|
subrepo_bkup="https://git.disroot.org/canoeboot/cbwww"
|
||||||
|
|
Loading…
Reference in New Issue