Updated multiboot check script to match new naming.

This commit is contained in:
neviyn 2017-10-21 19:51:21 +01:00
parent a6fead4682
commit 1863c4efcc

View File

@ -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