Age | Commit message (Collapse) | Author |
|
|
|
|
|
When no accelerator is specified, Packer will try to use kvm if it is available but will default to tcg otherwise.
See https://www.packer.io/docs/builders/qemu.html#accelerator
|
|
|
|
|
|
Since we only support jessie as build host, and jessie knowingly does have
python3 (although not by default), we don't really need to worry about being
both 2 and 3 compatible.
|
|
|
|
|
|
|
|
|
|
|
|
vyatta-router init script greps on vyos-union instead of vyatta-union
|
|
|
|
and make security mirror configurable.
XXX: need to find out how to make --security work too.
|
|
Made it a separate script, if we ever need anything fancier than cp *.deb
If not, we can move it to the makefile.
|
|
|
|
update files needed for clearfog build
|
|
|
|
|
|
|
|
packages
to the build-flavour script.
Right now it only includes grub-pc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(ref T12)
|
|
|
|
|
|
|
|
This is important for nightly builds, and handy for release builds.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
build flavour.
|
|
for use in shell scripts and the like.
|
|
|
|
|
|
|
|
Image version will now be passed in configure option.
As a collateral damage, add support for options without default values.
|