From 1863c4efcc89827f7c56fac0e19245bcb34df2db Mon Sep 17 00:00:00 2001 From: Nathan Cannon Date: Sat, 21 Oct 2017 19:51:21 +0100 Subject: [PATCH] Updated multiboot check script to match new naming. --- checkmultiboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkmultiboot.sh b/checkmultiboot.sh index cf0a37e..7aee917 100755 --- a/checkmultiboot.sh +++ b/checkmultiboot.sh @@ -1,5 +1,5 @@ #!/bin/sh -if grub-file --is-x86-multiboot kernel; then +if grub-file --is-x86-multiboot myos.bin; then echo multiboot confirmed else echo the file is not multiboot