summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-02Updated submodule packages/vyos-cfg-avahiChristian Poessinger
packages/vyos-cfg-avahi 894e268...31448bd (2): > Adjust mdns-repeater for VyOS > Added mdns-repeater source
2017-09-02Updated submodule packages/vyos-worldChristian Poessinger
Submodule packages/vyos-world 28fa090..ca1dbba: > Added vyos-cfg-avahi package > Update the changelog. > Add vyos-1x package to vyos-world. > remove grub2 and open-vm-tools packages, give trouble with building arm build > include open-vm-tools in the image (T16) > Update the changelog. > Add dependency on grub2, since it's required but we have no idea what would be a better place.
2017-09-02Do not start avahi-daemon on bootChristian Poessinger
2017-09-02Added submodule packages/vyos-cfg-avahiChristian Poessinger
2017-09-02do not start conntrackd on bootUnicronNL
2017-09-02Create home directory on loginUnicronNL
2017-08-29Merge pull request #8 from c-po/t372-grubKim
T372 grub
2017-08-29Merge pull request #7 from c-po/currentKim
Update .gitignore files
2017-08-28Use new ISO splash screenChristian Poessinger
Integrate splash.png which was designed for VyOS 1.2.x.
2017-08-28Cleanup isolinux boot menuChristian Poessinger
Remove the following nodes in isolinux boot menu: * Install (nothing happens) * Graphical Install (nothing happens) * Advanced option * HDT (file not found error) * memtest86+ (nothing happens) Users simply just want to install VyOS. If memtest is required, someone can simply just spin up a Debian/Ubuntu ISO.
2017-08-27Add .gitignore for packages build outputChristian Poessinger
2017-08-27Add signing keys to .gitignoreChristian Poessinger
2017-08-21T361: check the build environment setup in ./configure before it can even ↵Daniil Baturin
get to make.
2017-08-17Add vyos-1x submodule where the rewritten code will go.Daniil Baturin
2017-07-29Fix script for Vagrant libvirt boxYuya Kusakabe
2017-07-29Add vagrant-libvirt make targetYuya Kusakabe
2017-07-29Fix packer.jsonYuya Kusakabe
2017-07-29Add script for building Vagrant libvirt boxYuya Kusakabe
2017-07-23Remove accelerator from packer templateYuya Kusakabe
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
2017-05-12Unknown lvalue 'SysVConsole'Kim
2017-05-06Update the README. 1.2.0 isn't so experimental anymore.Daniil Baturin
2017-05-05Merge pull request #6 from brolaugh/patch-1Yuya Kusakabe
Correct website URL
2017-05-05Change website URL to .ioHannes Kindströmmer
Change ````http://vyos.net``` to ```https://vyos.io``` since the .net domain is redirecting to .io domain.
2017-02-06update kernel version in live-build-config scriptKim
2017-01-26Account for different architectures in ISO naming.Daniil Baturin
2017-01-25Switch all build scripts to python3.Daniil Baturin
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-06Merge pull request #5 from jhendryUK/fix_required_package_listDaniil Baturin
Fixing required package list
2017-01-06Fixing required package listJason Hendry
2016-12-28Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2016-12-28Add an optin for debian security mirror.Daniil Baturin
2016-12-26run vyatta-router service before getty serviceKim Hagen
2016-12-26remove verbose systemd status setting from grubKim Hagen
2016-12-26boot systemd verbose through systemd config fileKim Hagen
2016-12-26include check if file existsKim
2016-12-26make loop so it does not error if no files existKim
2016-12-24fix mount issueKim
vyatta-router init script greps on vyos-union instead of vyatta-union
2016-12-21Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2016-12-21lb-config improvements: force firmware packages to be added to the image,Daniil Baturin
and make security mirror configurable. XXX: need to find out how to make --security work too.
2016-12-21T229: automatically import locally build .deb's from packages/ at build time.Daniil Baturin
Made it a separate script, if we ever need anything fancier than cp *.deb If not, we can move it to the makefile.
2016-10-26Initial Hyper-V imageYuya Kusakabe
2016-09-15T152: VyOS developer builds ship with an easy-to-guess user and passwordKim Hagen
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