From 75ee8c0c9bb7fe73beb0520e113075c835841960 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 15 Jan 2021 20:46:13 -0500 Subject: base: Provide /boot/grub/grub.cfg --- diff --git a/changelog b/changelog index 6670f74..29db4f8 100644 --- a/changelog +++ b/changelog @@ -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 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 -- cgit v0.9.1