kernel/grub was never supposed to be in VCS, but now it actually isn't.

This commit is contained in:
Arthur Beck 2025-01-25 19:38:08 -06:00
parent bdc41230f9
commit 8bdf8ac825
2 changed files with 0 additions and 8 deletions

Binary file not shown.

View file

@ -1,8 +0,0 @@
set timeout=15
set default=0
menuentry "Aphrodite" --class aphrodite --class kernel --class os $menuentry_id_option 'aphrodite-basic-devel-86a85b8-out-of-tree' {
echo 'Loading Aphrodite aphrodite-devel-86a85b8-out-of-tree ...'
multiboot2 /boot/aphrodite.kernel
boot
}