diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-15 20:46:13 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-15 21:14:06 (EST) |
commit | 75ee8c0c9bb7fe73beb0520e113075c835841960 (patch) | |
tree | 8a5c2b2b09af43ed72c52b0df070475f4d6da3cc | |
parent | 3155fcea6303fa7ca80a4bd66c0a674313951aec (diff) |
base: Provide /boot/grub/grub.cfg
-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 |