mirror of https://github.com/parazyd/vm-sdk.git
Update libdevuansdk revision. (Adds cloud-based VM support)
This commit is contained in:
parent
8f76a64c22
commit
6eba15e3b1
4
config
4
config
|
|
@ -34,6 +34,10 @@ MAKEOPTS="-j$(expr $(grep -c 'processor' /proc/cpuinfo) + 1)"
|
|||
## uncomment if you wish to create stage4 tarballs for faster rebuilding
|
||||
# TAR_STAGE4=true
|
||||
|
||||
## Comment out if you don't want to create a cloud-based qcow.
|
||||
vars+=(makecloud)
|
||||
makecloud=true
|
||||
|
||||
## extra_packages for all images
|
||||
extra_packages+=(fake-hwclock busybox-static ntp)
|
||||
extra_packages+=(fbterm)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit c922031a0cb2eade8922cf3c2d40dff2b13cd54c
|
||||
Subproject commit 589d62ca0eb8d72149d3c8a54c310a5255ad47dd
|
||||
Loading…
Reference in New Issue