Updated multiboot check script to match new naming.
This commit is contained in:
parent
a6fead4682
commit
1863c4efcc
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if grub-file --is-x86-multiboot kernel; then
|
if grub-file --is-x86-multiboot myos.bin; then
|
||||||
echo multiboot confirmed
|
echo multiboot confirmed
|
||||||
else
|
else
|
||||||
echo the file is not multiboot
|
echo the file is not multiboot
|
||||||
|
Loading…
Reference in New Issue
Block a user