diff options
Diffstat (limited to 'tools/qemu.sh')
-rwxr-xr-x | tools/qemu.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qemu.sh b/tools/qemu.sh index 8de129a1..1e1990ba 100755 --- a/tools/qemu.sh +++ b/tools/qemu.sh @@ -30,7 +30,7 @@ cat > $CDROOT/boot/grub/grub.cfg << EOF set timeout=1 menuentry "X15" --class os { - multiboot (hd96)/boot/x15 root=device:hd1s8 + multiboot (hd96)/boot/x15 root=device:hd1s8 } EOF grub-mkrescue -o $TMPDIR/grub.iso $CDROOT |