summaryrefslogtreecommitdiff
path: root/data/live-build-config
AgeCommit message (Collapse)Author
2018-12-17T865: start bgpd with RPKI support.Daniil Baturin
2018-11-25T859: add aptitude to the default package lists.Daniil Baturin
apt-get download doesn't work right, so the hook for downloading the grub-efi packages needs aptitude, sadly.
2018-11-14update path for packages.txtKim Hagen
2018-11-14Add saltstack repoKim Hagen
2018-11-12Add modprobe option to allow unsupportef transceivers in ixgbe.Daniil Baturin
2018-11-12Add uefi to vyos-buildKim Hagen
2018-11-08cleanup: move files from vyos-build repo to vyos-1x where they are requiredChristian Poessinger
2018-10-25isc-dhcpv6-server: bugfix empty if; then fi clauseChristian Poessinger
commit a91fea903 ("isc-dhcpv6-server init script naming cleanup") introduced an empty if; then fi clause which produces a BASH syntax error.
2018-10-21T718, T912, T911: add monitoring utilities (atop, htop, iotop).Daniil Baturin
2018-10-20T923: support SNMP integration with FRR routing daemonChristian Poessinger
2018-10-19isc-dhcpv6-server init script naming cleanupChristian Poessinger
2018-10-19T913: add startup script for dhcpv6-relayChristian Poessinger
2018-10-15T455: Add haveged packagehagbard
2018-10-15T879: add the release GPG key to the image.Daniil Baturin
2018-10-15T895: increase default log level for facility 'all'.Daniil Baturin
2018-10-14move getty conf to vyatta-cfg packageUnicronNL
2018-10-14T892: disable salt-minion service by defaultChristian Poessinger
2018-10-12T852: globally disable StrongSWAN FARP pluginChristian Poessinger
2018-10-03T866: set the upgraded flag on update from 1.1.xDaniil Baturin
2018-09-25T769: disable starting StrongSWAN on boot.Daniil Baturin
2018-09-23T500: arp_filter blocks ARPs for VRRP virtual addressesChristian Poessinger
2018-08-30T811: add DHCPv6 init script to ISO imageChristian Poessinger
2018-08-27bugfix: disable TFTP server on system bootChristian Poessinger
2018-08-27Revert "T692: do not start TFTP server on boot."Christian Poessinger
This reverts commit 3388a3c0f9bb4782b1eb126739f2c63517274e9d.
2018-08-27T792: add TFTP server functionalityChristian Poessinger
2018-08-27T692: do not start TFTP server on boot.Daniil Baturin
2018-08-27T441: disable FRR.Daniil Baturin
Running it with systemd when watchfrr is disabled causes systemd to think it's dead and restart it.
2018-08-26T441: enable frr.service and disable watchfrrDaniil Baturin
The issue with current watchfrr is that it restarts all daemons even if only one failed.
2018-08-25T787: add a hook for disabling the StrongSWAN unity plugin that is ↵Daniil Baturin
interfering with DMVPN.
2018-08-25T441: add a hook for updating FRR startup configs and creating empty daemon ↵Daniil Baturin
configs.
2018-06-25nmap was listed twice.hagbard
2018-06-21T703: add 'nmap' to utils package listChristian Poessinger
VyOS scripts do not use it, people certainly do.
2018-06-15T697: add openssh-client to the utils package list.Daniil Baturin
VyOS scripts do not use it, but people certainlt do.
2018-06-14T697: move lsof and iftop to the utils package list.Daniil Baturin
2018-05-20Rename the hook for package cleanup to make room for other hooks, it should ↵Daniil Baturin
be executed last, or at least after all other steps that do package installation are complete.
2018-05-17T574: set the hostname in the default config to make sure it's set correctly ↵Daniil Baturin
on boot.
2018-05-15Re-enable installing recommended packages, disabling them breaks the image.Daniil Baturin
2018-05-15T637: remove tcpdump from the "extras" to move it to the vyos-1x dependencies.Daniil 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-05T620: include iperf in the image.Daniil Baturin
2018-04-20hooks: migrate from dnsmasq to pdns-recursorChristian Poessinger
2018-03-26Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
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-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-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
2017-12-26Replace vim-tiny with vimChristian 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.