summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-02update kernel version to 4.4.15Kim Hagen
update files needed for clearfog build
2016-09-01stop accepting locale on the serverKim Hagen
2016-09-01ssh-session-cleanup.service should not executableKim Hagen
2016-09-01T18: Regression: jessie-based VyOS doesn't disconnect the SSH session before ↵Kim Hagen
reboot
2016-08-05prevent systemd from doing a clear screen before login promptKim Hagen
2016-08-05set systemd tasks verbose on bootKim Hagen
2016-05-24update clearfog script nameKim Hagen
add x86 specific packages to vyos-x86.list.chroot
2016-05-24add build options for clearfogKim Hagen
2016-04-13Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2016-04-13For the ARM porting story: add copying a package list with arch-specific ↵Daniil Baturin
packages to the build-flavour script. Right now it only includes grub-pc.
2016-03-31Change vm disk type from IDE to SCSI (ref T14).Yuya Kusakabe
2016-03-27add vyos-remove package and remove ddclient dhclient hookKim Hagen
2016-03-27remove installing open-vm-tools process from build-vmware-imageYuya Kusakabe
2016-03-21update kernel package versionKim
2016-03-11Include non-free firmware in the image (ref T15).Kim Hagen
2016-03-08Add how to build VM images to README.md (ref T14).Yuya Kusakabe
2016-03-08Add support for signed VMware OVF (ref T14).Yuya Kusakabe
2016-03-08Add support for signed VMware OVA (ref T14).Yuya Kusakabe
2016-03-07Add product section to VMware OVF (ref T14).Yuya Kusakabe
2016-03-07vmware-ovf: Generate manifest file (T14).Yuya Kusakabe
2016-03-07vmware-ovf: Increase memory size and remove unnecessary devices (ref T14).Yuya Kusakabe
2016-03-07Small fixes for scripts/template.ovf (ref T14).Yuya Kusakabe
2016-03-07Disable GUI in packer build (ref T14).Yuya Kusakabe
2016-03-07Add build scripts for VMware OVF (ref T14)Yuya Kusakabe
2016-03-06Fix qemu image cannot get IP address. (ref T12)Yuya Kusakabe
2016-03-05Change accelerator to tcg from kvm and ajust boot command in packer.json ↵Yuya Kusakabe
(ref T12)
2016-03-04Factor out dependency checking functions to its own class (ref T9).Daniil Baturin
2016-03-04Merge pull request #2 from higebu/qemu-imageDaniil Baturin
Add qemu image build scripts
2016-03-04Add qemu image build scriptsYuya Kusakabe
2016-03-03Fix typo in the configure script.Daniil Baturin
2016-03-03After build, create a properly named symlink to the ISO (ref T8).Daniil Baturin
This is important for nightly builds, and handy for release builds.
2016-03-03Adjust build-flavour script to use new json-query script.Daniil Baturin
2016-03-03Rename query-config to query-json to reflect its new role.Daniil Baturin
2016-03-03Make the query-config scripts more generic, it requires JSON file name now.Daniil Baturin
2016-02-18Merge pull request #1 from trickv/errorhandlingDaniil Baturin
Enable handling of errors within .ONESHELL targets
2016-02-18silently enable error mode in shellPatrick van Staveren
2016-02-18Handle errors from subscripts.Patrick van Staveren
Makefile .ONESHELL mode means that individual line exit codes aren't evaluated, only the final return code from the shell, which will always be zero. This makes it break earlier when a subscript returns non-zero. Maybe we shouldn't be using make? ;)
2016-02-10Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2016-02-10Force all lb-config mirror options to debian_mirror from the build config.Daniil Baturin
2016-02-09Add sshd.service file to cleanly close ssh sessions.Kim Hagen
2016-02-08Revert "Add libpam-systemd package to cleanly close ssh sessions."Kim Hagen
This reverts commit d414a3742ae9c257710b612419435791a31dc162.
2016-02-08Add libpam-systemd package to cleanly close ssh sessions.Kim Hagen
2016-02-06Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2016-02-06Add the kernel package as a submodule.Daniil Baturin
2016-02-05Add binary hook for backwards compatibility and a hook that creates symlinks ↵Kim Hagen
for vmlinuz and initrd.img.
2016-02-05Add post install script that will be used by squeeze versions of vyatta/vyos.Kim Hagen
2016-02-03Fix some dates.Daniil Baturin
2016-02-03Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2016-02-03Add a script for copying various files to the build config dir depending on ↵Daniil Baturin
build flavour.
2016-02-03Add a script for extracting field values from the build config,Daniil Baturin
for use in shell scripts and the like.