diff options
author | Marvin Borner | 2021-04-28 23:12:17 +0200 |
---|---|---|
committer | Marvin Borner | 2021-04-28 23:12:17 +0200 |
commit | 04104fc051d44f4f9b3328f29b4be91fa4060f34 (patch) | |
tree | 1677c1739c44bd7c7e8722ea00ca3c6b45158c85 /boot/grub.cfg | |
parent | 895a58b1b57a0ae8028576404a90f12e0133cf5f (diff) |
Started conversion to Grub (#17)
Yes, the CI won't like this.
Diffstat (limited to 'boot/grub.cfg')
-rw-r--r-- | boot/grub.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/boot/grub.cfg b/boot/grub.cfg new file mode 100644 index 0000000..f25a976 --- /dev/null +++ b/boot/grub.cfg @@ -0,0 +1,6 @@ +set timeout=0 +set default=0 +menuentry "Melvix" { + multiboot /boot/melvix okidoki + boot +} |