Files
system76-coreboot/grub/grub.cfg

7 lines
97 B
INI

insmod regexp
for img in (cbfsdisk)/img/* ; do
menuentry "$img" {
chainloader "$1"
}
done