++ cleanup
This commit is contained in:
parent
02526baaf9
commit
e6d22a73c5
3 changed files with 4 additions and 3 deletions
2
uncloud/hack/hackcloud/ifdown.sh
Normal file → Executable file
2
uncloud/hack/hackcloud/ifdown.sh
Normal file → Executable file
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
echo $@!
|
echo $@
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
000000000245
|
000000000251
|
||||||
|
|
|
@ -12,7 +12,8 @@ mac=$(./mac-gen.py)
|
||||||
|
|
||||||
export bridge=br100
|
export bridge=br100
|
||||||
|
|
||||||
$qemu -name "uncloud-!${uuid}" \
|
set -x
|
||||||
|
$qemu -name "uncloud-${uuid}" \
|
||||||
-machine pc,accel=${accel} \
|
-machine pc,accel=${accel} \
|
||||||
-m ${memory} \
|
-m ${memory} \
|
||||||
-smp ${cores} \
|
-smp ${cores} \
|
||||||
|
|
Loading…
Reference in a new issue