mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-22 06:00:40 +01:00
qemu-boot.sh: Code adapted to name change
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
394392c331
commit
15f3e12fca
1 changed files with 2 additions and 2 deletions
|
|
@ -145,11 +145,11 @@ case $myname in
|
||||||
qemu.sh)
|
qemu.sh)
|
||||||
boot "$@"
|
boot "$@"
|
||||||
;;
|
;;
|
||||||
qemu-netboot.sh) # legacy
|
qemu-boot.sh) # legacy
|
||||||
boot "$@"
|
boot "$@"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo called as unknown name $0
|
echo called as unknown executable name $0
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue