diff options
-rw-r--r-- | changelog | 2 | ||||
-rw-r--r-- | src/run/base/boot/grub/grub.cfg | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,8 @@ config-libiquity-testbench (1.2) trunk * config-lilo: Boot straight to the ramfs, without a menu. + * config-base: Provide a /boot/grub/grub.cfg file for booting with + libreboot. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 15 Jan 2021 20:37:12 -0500 diff --git a/src/run/base/boot/grub/grub.cfg b/src/run/base/boot/grub/grub.cfg new file mode 100644 index 0000000..e066de4 --- /dev/null +++ b/src/run/base/boot/grub/grub.cfg @@ -0,0 +1,2 @@ +linux /boot/vmlinuz +initrd /boot/initrd.img |