commit | 9752ab33964598152979027559e3eb775e8c4e82 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Fri Mar 05 11:20:13 2021 -0800 |
committer | swissChili <swisschili@fastmail.com> | Fri Mar 05 11:20:13 2021 -0800 |
tree | afe7b980a8b2c55117208b97187388f8c764424a | |
parent | f46600c3e118b34b8b6bfde7b8ab535b8b3823de [diff] [blame] |
Add multiboot module
diff --git a/boot/grub/grub.cfg b/boot/grub/grub.cfg index 190f8ed..856a4ea 100644 --- a/boot/grub/grub.cfg +++ b/boot/grub/grub.cfg
@@ -1,6 +1,6 @@ menuentry "Bluejay" { multiboot /boot/kernel.elf - module initrd.img + module /boot/initrd.img } set timeout=1