sortix-mirror/debsrc/etc/grub.d/42_sortix

12 lines
160 B
Plaintext
Raw Normal View History

2011-08-05 12:25:00 +00:00
#!/bin/sh
if [ -f /boot/sortix.bin ]; then
echo "Found Sortix kernel: /boot/sortix" >&2
cat << EOF
menuentry "Sortix" {
multiboot /boot/sortix.bin
}
EOF
fi