56 Commits

Author SHA1 Message Date
Kim
15264679e2 update kernel version in live-build-config script 2017-02-06 17:31:43 +01:00
Daniil Baturin
607dcde9bc Account for different architectures in ISO naming. 2017-01-26 21:27:12 -05:00
Daniil Baturin
ea48b7bd74 Switch all build scripts to python3.
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.
2017-01-25 17:01:16 -05:00
Daniil Baturin
7208424fc0 Merge branch 'current' of github.com:vyos/vyos-build into current 2016-12-28 00:28:37 +01:00
Daniil Baturin
edded1d73f Add an optin for debian security mirror. 2016-12-28 00:28:07 +01:00
Kim Hagen
5126eb75d3 remove verbose systemd status setting from grub 2016-12-26 15:20:45 +00:00
Kim
390b668f2b include check if file exists 2016-12-26 14:20:26 +01:00
Kim
3898def2f7 make loop so it does not error if no files exist 2016-12-26 14:01:40 +01:00
Kim
4669994866 fix mount issue
vyatta-router init script greps on vyos-union instead of vyatta-union
2016-12-24 15:48:19 +01:00
Daniil Baturin
cc81ba8861 Merge branch 'current' of github.com:vyos/vyos-build into current 2016-12-21 22:30:06 +01:00
Daniil Baturin
53a878bb2d lb-config improvements: force firmware packages to be added to the image,
and make security mirror configurable.
XXX: need to find out how to make --security work too.
2016-12-21 22:28:17 +01:00
Daniil Baturin
e119d44d2b T229: automatically import locally build .deb's from packages/ at build time.
Made it a separate script, if we ever need anything fancier than cp *.deb
If not, we can move it to the makefile.
2016-12-21 22:24:54 +01:00
Yuya Kusakabe
ae66df2b8b Initial Hyper-V image 2016-10-26 14:41:26 +09:00
Kim Hagen
5f83afa781 update kernel version to 4.4.15
update files needed for clearfog build
2016-09-02 08:08:32 +00:00
Kim Hagen
c0f9ea3210 set systemd tasks verbose on boot 2016-08-05 08:43:08 +02:00
Kim Hagen
826fa1a973 add build options for clearfog 2016-05-24 10:00:20 +00:00
Daniil Baturin
9077fc0d38 Merge branch 'current' of github.com:vyos/vyos-build into current 2016-04-13 03:19:13 -04:00
Daniil Baturin
6bf7fdff0f For the ARM porting story: add copying a package list with arch-specific packages
to the build-flavour script.
Right now it only includes grub-pc.
2016-04-13 03:17:45 -04:00
Yuya Kusakabe
6686f05a1c Change vm disk type from IDE to SCSI (ref T14). 2016-03-31 14:12:00 +09:00
Yuya Kusakabe
b1e716208f remove installing open-vm-tools process from build-vmware-image 2016-03-27 08:57:47 +09:00
Kim
95a28fe8b6 update kernel package version 2016-03-21 11:54:39 +01:00
Yuya Kusakabe
a0a10a1057 Add support for signed VMware OVF (ref T14). 2016-03-08 11:17:56 +09:00
Yuya Kusakabe
c5df2dd17d Add support for signed VMware OVA (ref T14). 2016-03-08 09:12:22 +09:00
Yuya Kusakabe
01083886e1 Add product section to VMware OVF (ref T14). 2016-03-07 23:47:39 +09:00
Yuya Kusakabe
df70d5d177 vmware-ovf: Generate manifest file (T14). 2016-03-07 21:14:50 +09:00
Yuya Kusakabe
2a41a6b34f vmware-ovf: Increase memory size and remove unnecessary devices (ref T14). 2016-03-07 15:39:22 +09:00
Yuya Kusakabe
0a89aa830a Small fixes for scripts/template.ovf (ref T14). 2016-03-07 10:31:45 +09:00
Yuya Kusakabe
9c6086925e Disable GUI in packer build (ref T14). 2016-03-07 00:44:27 +09:00
Yuya Kusakabe
7ba48ff801 Add build scripts for VMware OVF (ref T14) 2016-03-07 00:03:14 +09:00
Yuya Kusakabe
c3a238ff20 Fix qemu image cannot get IP address. (ref T12) 2016-03-06 17:23:23 +09:00
Yuya Kusakabe
b0fbefc7b9 Change accelerator to tcg from kvm and ajust boot command in packer.json (ref T12) 2016-03-05 22:43:57 +09:00
Daniil Baturin
08a6856b3c Factor out dependency checking functions to its own class (ref T9). 2016-03-04 15:05:03 -05:00
Yuya Kusakabe
3e56d7456e Add qemu image build scripts 2016-03-04 23:39:23 +09:00
Daniil Baturin
a05a3660ea Fix typo in the configure script. 2016-03-03 18:35:18 -05:00
Daniil Baturin
6a7696a112 After build, create a properly named symlink to the ISO (ref T8).
This is important for nightly builds, and handy for release builds.
2016-03-03 18:28:31 -05:00
Daniil Baturin
4499a0b196 Adjust build-flavour script to use new json-query script. 2016-03-03 18:27:09 -05:00
Daniil Baturin
2416feb699 Rename query-config to query-json to reflect its new role. 2016-03-03 17:50:40 -05:00
Daniil Baturin
4b78ab4f94 Make the query-config scripts more generic, it requires JSON file name now. 2016-03-03 17:49:54 -05:00
Daniil Baturin
481b5f0057 Force all lb-config mirror options to debian_mirror from the build config. 2016-02-10 18:42:32 -05:00
Daniil Baturin
cac38de1cb Fix some dates. 2016-02-03 10:28:33 -05:00
Daniil Baturin
9e49a104fd Merge branch 'current' of github.com:vyos/vyos-build into current 2016-02-03 10:22:22 -05:00
Daniil Baturin
2b7a2bff88 Add a script for copying various files to the build config dir depending on build flavour. 2016-02-03 10:21:48 -05:00
Daniil Baturin
9d960e5498 Add a script for extracting field values from the build config,
for use in shell scripts and the like.
2016-02-03 10:21:00 -05:00
Kim Hagen
8c29337415 Add kernel version to lb config. 2016-02-03 02:15:43 -05:00
Daniil Baturin
1444f5f3e5 Merge branch 'current' of github.com:vyos/vyos-build into current 2016-01-26 16:12:26 -05:00
Daniil Baturin
cddc611ae3 Add a build step for generating version files. 2016-01-26 16:10:52 -05:00
Daniil Baturin
b0c41b26b9 Add support for --build-type and --version options to configure script.
Image version will now be passed in configure option.

As a collateral damage, add support for options without default values.
2016-01-26 15:41:47 -05:00
Daniil Baturin
38a250d627 Add a configure option for selecting build type (release vs dev). 2016-01-26 10:17:14 -05:00
Kim Hagen
ed565077cb add extra linux cmdline options 2016-01-26 04:52:32 -05:00
Daniil Baturin
2f10d39a98 Make the config existence check scripts try to actually load the JSON. 2015-12-26 20:19:09 -05:00