++ cleanup

This commit is contained in:
Nico Schottelius 2020-01-12 14:44:53 +01:00
parent 02526baaf9
commit e6d22a73c5
3 changed files with 4 additions and 3 deletions

2
uncloud/hack/hackcloud/ifdown.sh Normal file → Executable file
View File

@ -1,3 +1,3 @@
#!/bin/sh
echo $@!
echo $@

View File

@ -1 +1 @@
000000000245
000000000251

View File

@ -12,7 +12,8 @@ mac=$(./mac-gen.py)
export bridge=br100
$qemu -name "uncloud-!${uuid}" \
set -x
$qemu -name "uncloud-${uuid}" \
-machine pc,accel=${accel} \
-m ${memory} \
-smp ${cores} \