summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-15Fix Version is too large error when creating version to vagrant cloudYuya Kusakabe
2018-05-15Re-enable installing recommended packages, disabling them breaks the image.Daniil Baturin
2018-05-15Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2018-05-15T637: remove tcpdump from the "extras" to move it to the vyos-1x dependencies.Daniil Baturin
2018-05-15Fix version number for vagrant libvirt boxYuya Kusakabe
2018-05-15Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2018-05-15Reduce image bloat.Daniil Baturin
1. Do not install "recommended" packages 2. Do not keep apt indices in the binary image 3. Clean up firmware packages that are installed by metapackages but are not required for for network or storage hardware. 4. Revert vim to vim-tiny
2018-05-15Add tools/get_latest_iso.pyYuya Kusakabe
2018-05-07Suggests to use deboostrap to create Jessie env (#17)Hideki Yamane
* Suggest to use deboostrap to create Jessie env Not prepare Jessie host but create Jessie environment with debootstrap, since it runs on many, many distros and versions.
2018-05-05Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2018-05-05T620: include iperf in the image.Daniil Baturin
2018-05-01Fix bad URI of vagrant box URLYuya Kusakabe
2018-05-01Fix build script for vagrant libvirt boxYuya Kusakabe
See Vagrant Version Constraints: https://www.vagrantup.com/docs/boxes/versioning.html#version-constraints
2018-04-30T584: include Mellanox OFED drivers in the image.Daniil Baturin
2018-04-26T610: Add qemu-guest-agent into VyOS ISOChristian Poessinger
2018-04-20hooks: migrate from dnsmasq to pdns-recursorChristian Poessinger
2018-04-05T596: use a more descriptive dev build version format.Daniil Baturin
2018-03-26Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2018-03-21Added vyatta-iproute submoduleChristian Poessinger
2018-03-20T578: Update vyos-kernelYuya Kusakabe
2018-03-15T565: VyOS Kernel Update v4.14.26Christian Poessinger
2018-03-14Added 'vyos-keepalived' submoduleChristian Poessinger
2018-02-21Task #556 Update README.mdmtudosoiu
2018-02-21Task #556 Update README.md for Dockerfilemtudosoiu
2018-02-21update Rmtudosoiu
2018-02-21Task #T556 add dockerfile for vyos-build-nodemtudosoiu
use debian:jessie docker container as build node for vyos1.2.x
2018-02-21Manage config files with included files instead of echo, sed etc. (#16)Kim
Manage system.conf from file instead of hook. Add comment to the files where they are managed
2018-02-20task #T555 add tools/submod-mk to vyos-build repositorymtudosoiu
https://phabricator.vyos.net/T555
2018-02-19Better modify the rsyslog.conf we already have in vyatta-cfg-systemm (T552).Daniil Baturin
2018-02-19Enable journald log forwarding to syslog (fixes T552).Daniil Baturin
2018-01-26T531: VyOS Kernel Update v4.4.113Christian Poessinger
2018-01-12T520: use the load balanced Debian mirror by default.Daniil Baturin
2018-01-11T422: include apt-transport-https in the bootstrap stage.Daniil Baturin
2018-01-11T519: fix paths and operation order in the makefile for correct repo setup.Daniil Baturin
2018-01-11Add some debugging capabilities to the build scripts.Daniil Baturin
2018-01-11T519: make VyOS package mirror configurable.Daniil Baturin
2018-01-07T341: Add 'wakeonlan' tools to base imageChristian Poessinger
2018-01-06T379: Add support for UDP broadcast relayChristian Poessinger
2018-01-02Replaced submodule 'vyos-bcast-relay' with proper fork of 'udp-broadcast-relay'Christian Poessinger
2017-12-26Replace vim-tiny with vimChristian Poessinger
2017-12-09Remove 'vyatta-cron' submoduleChristian Poessinger
'vyatta-cron' is superseeded by 'vyos-1x' thus the submodule is removed to reduce confusion.
2017-12-09Merge branch 't378-mdns-repeater' into currentChristian Poessinger
* t378-mdns-repeater: Updated 'vyos-world' and 'vyos-1x' submodule Added 'mdns-repeater' submodule Remove 'vyos-cfg-avahi' submodule (superseeded) (T378)
2017-12-09Updated 'vyos-world' and 'vyos-1x' submoduleChristian Poessinger
2017-12-08Added 'mdns-repeater' submoduleChristian Poessinger
Submodule is a fork of https://github.com/lucasec/mdns-repeater w/ extensions to add Debian packaging and systemd support.
2017-12-08Remove 'vyos-cfg-avahi' submodule (superseeded) (T378)Christian Poessinger
Using AVAHI as mDNS reflector has the big disadvantage that the reflection interface can not be specified. It will reflect the mDNS messages on ALL interfaces. A new technique called mDNS repeater based upon https://github.com/vyos/mdns-repeater will be used in the future.
2017-12-02Merge pull request #14 from c-po/install-iso-tmoDaniil Baturin
T386: VyOS boot timeout
2017-12-01T386: add 'isolinux.cfg' to support boot timeoutChristian Poessinger
2017-12-01isolinux: replace titleChristian Poessinger
Instead of displaying "Boot menu", use "VyOS - Boot Menu".
2017-11-07Merge pull request #13 from UnicronNL/currentKim
use security mirror and updates
2017-11-07use security mirror and updatesKim Hagen