launchers/windows10 : suppression initialisation de QEMUSH_NAME
This commit is contained in:
parent
5e9491e095
commit
7ad6125fa5
1 changed files with 0 additions and 4 deletions
|
@ -1,10 +1,6 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
export QEMUSH_RAM=4G
|
export QEMUSH_RAM=4G
|
||||||
export QEMUSH_BASE=kvm
|
export QEMUSH_BASE=kvm
|
||||||
[ -z "$QEMUSH_NAME" ] && {
|
|
||||||
export QEMUSH_NAME
|
|
||||||
QEMUSH_NAME=$(basename "$0")
|
|
||||||
}
|
|
||||||
|
|
||||||
# Launch the virtual machine
|
# Launch the virtual machine
|
||||||
set -- spice \
|
set -- spice \
|
||||||
|
|
Loading…
Reference in a new issue