summaryrefslogtreecommitdiff
path: root/data/live-build-config
AgeCommit message (Collapse)Author
2019-12-02ndisc6: add ICMPv6 Neighbor Discovery toolChristian Poessinger
(cherry picked from commit 3206c774c70dc87aaf7301b111f82df8d897bb12)
2019-11-17bfd: T1183: enable FRR bfdd serviceChristian Poessinger
2019-11-11hooks: fix installation of linux firmware filesChristian Poessinger
Firmware files have ben installed in wrong subdirectory (/lib/firmware/linux-firmware-<commitid>) (cherry picked from commit 2382c90dc7a30d17628a11f9ff41f8c63867887a)
2019-10-19Firmware: bail out when there is a download errorChristian Poessinger
(cherry picked from commit 25bb74bc51f7ee36b8da834b8cb1ecc1aa1e5ea9)
2019-10-14T1726: update Linux Firmware to a more recent version (2019-10-07)Christian Poessinger
(cherry picked from commit b7a289ba66b8dfda85a1b8b82aae6176196673ef)
2019-09-04[service https] T1443: add nginx and ssl-cert packages; disable nginx onJohn Estabrook
boot. Conflicts: data/live-build-config/hooks/live/18-enable-disable_services.chroot
2019-08-29T1598: enable vyos-hostsd by on startup.Daniil Baturin
Conflicts: data/live-build-config/hooks/live/18-enable-disable_services.chroot
2019-08-03[intel] T1554: enable RSS and Multiqueue for Intel IGB/IXGBE driversChristian Poessinger
(cherry picked from commit e81b7d5b25cd57fa8c8c9cc085703b68932eee3d)
2019-06-19T1454: frr: remove no longer required watchfrr_optionsChristian Poessinger
Fixes the following startup warning: Jun 19 11:14:27 localhost watchfrr.sh: watchfrr_options contains a bash array value. The configured value is intentionally ignored since it is likely wrong. Please remove or fix the setting. (cherry picked from commit 940decbcd6a9e50c37e1661b4d409860a2ca3158)
2019-06-19T1454: remove deprecated /etc/frr/daemons.confChristian Poessinger
File which was still present (but not of any problem) caused the following message: Jun 19 11:14:27 localhost watchfrr.sh: Reading deprecated /etc/frr/daemons.conf. Please move its settings to /etc/frr/daemons and remove it. (cherry picked from commit 6638c5d0f1a6c8b0a4d8fc016c1797c4526a53fd)
2019-06-19T1453: add missing nss-myhostname packageChristian Poessinger
Jun 18 17:56:10 localhost systemd-hostnamed[1434]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname! Jun 18 17:56:34 localhost sudo: root : unable to resolve host vyos-r1-brn (cherry picked from commit 70366de29543a5b66e7ea7a42f2b01e0eec06689)
2019-06-18Packages/kernel: ensure proper initramfs handlingChristian Poessinger
When building the kernel with 'make deb-pkg' insted of 'make-kpkg' - which is the new official way - an initramfs will be deployed. This break's VyOS! Delete all possible initramfs image(s) before building the final VyOS initramfs image. (cherry picked from commit 5f669b4158fbf00cee401f81cb36bf57e3c50c1c)
2019-04-23T41: include bgpq3 for BGP policy creationChristian Poessinger
Build Debian upstream bgpq3 froum source: $ git clone https://salsa.debian.org/debian/bgpq3.git $ cd bgpq3 $ git checkout debian/0.1.33-1 $ dpkg-buildpackage -uc -us -tc -b (cherry picked from commit ddfa418a3ed9239097e7456b1319c4c192b9742f)
2019-04-19T1131: enable vmtoolsd polling again.Daniil Baturin
2019-04-16T1274: do not remove additional QLogic firmware.Daniil Baturin
2019-04-04T929: T1274: embed linux firmware through ISO build processChristian Poessinger
As of now Linux Firmware was installed via vyos-firmware Debian package which just wrapped the Git repositories content. As this just made things harder - install the firmware files via build hook (as the used to be installed like this in the good old days - before the have been removed via 3f7186f69b) (cherry picked from commit dce9b82bd1bfa778572ad712ddeab3a7b06d3545)
2019-03-31Remove unnecessary locale files at build time to reduce the image size.Daniil Baturin
2019-03-22T1279: support ACPI power event (poweroff)Christian Poessinger
2019-03-22T1310: use FQDN as hostname in config promptChristian Poessinger
2019-03-10[build] Use pdns-recursor binary packages from PowerDNSChristian Poessinger
https://repo.powerdns.com/ provides a package repository for Debian 8 which serves us automatically all security updates instead of rebuilding the package by us. This drops the maintenance of one additional package.
2019-03-02T929: remove debian-firmware packages from buildChristian Poessinger
Kernel Firmware BLOBs will be delivered by the new vyos-firmware package
2019-02-28T1218: enable FRR's staticd on startup.Daniil Baturin
2019-02-22Revert "Feature: T405 - Add binaries for lcdproc, lcdproc-extra-drivers"hagbard
This reverts commit 6af43c03587072083db82b756c4b0b38290d0191. Package gets moved into depends of vyos-1x
2019-02-22Feature: T405 - Add binaries for lcdproc, lcdproc-extra-drivershagbard
- native debian packages
2019-02-13T1245: autoload br_netfilter kernel module on startupChristian Poessinger
2019-01-08T1135: "firewall send-redirects enable" works only after switching from ↵hagbard
disabled state on running system - set default to disable too due to the fact that set firewall did expect that at one point. Primarily, IPSec could leak data once a tunnel is established.
2019-01-08Type fixed.hagbard
2019-01-08T1135: "firewall send-redirects enable" works only after switching from ↵hagbard
disabled state on running system - disable send-redirects per default
2019-01-02T1120: Add rootdelay=5 by default in grub.cfgdanhusan
Let disks settle to workaround issue with MD array not being detected.
2019-01-01T1131: disable vmtoolsd polling for now to avoid high CPU load.Daniil Baturin
In the future it may be made a CLI option.
2018-12-29Add 'nls_ascii' to initramfs to avoid USB pendrive boot warningChristian Poessinger
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