forked from 0x2620/pandora
2 cores are enough to build
This commit is contained in:
parent
97b5c0538a
commit
2650e5b50b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ qemu-img resize ${TARGET}.img +998G
|
||||||
|
|
||||||
echo boot image and install pandora
|
echo boot image and install pandora
|
||||||
kvm -m 1024 \
|
kvm -m 1024 \
|
||||||
-smp 4 \
|
-smp 2 \
|
||||||
-cdrom seed.img \
|
-cdrom seed.img \
|
||||||
-device e1000,netdev=user.0 \
|
-device e1000,netdev=user.0 \
|
||||||
-netdev user,id=user.0,hostfwd=tcp::5555-:22,hostfwd=tcp::2620-:80 \
|
-netdev user,id=user.0,hostfwd=tcp::5555-:22,hostfwd=tcp::2620-:80 \
|
||||||
|
|
Loading…
Reference in a new issue