diff --git a/scripts/qemu-boot.sh b/scripts/qemu-boot.sh index ea3eeb85..ead60462 100644 --- a/scripts/qemu-boot.sh +++ b/scripts/qemu-boot.sh @@ -145,11 +145,11 @@ case $myname in qemu.sh) boot "$@" ;; -qemu-netboot.sh) # legacy +qemu-boot.sh) # legacy boot "$@" ;; *) - echo called as unknown name $0 + echo called as unknown executable name $0 ;; esac