summaryrefslogtreecommitdiff
path: root/data/live-build-config
AgeCommit message (Collapse)Author
2021-03-18Install additional "irqtop" packageChristian Poessinger
2021-03-17systemd-udev: T3242: Add hook to prevent link_config redundancy callDmitriyEshenko
2021-01-24systemd: services: T2518: disable ndppd serviceChristian Poessinger
2021-01-20sysctl: remove redundant configuration as this is done in vyos-1xChristian Poessinger
2021-01-17Kernel: T3218: remove unavailable RSS parameter from intel driver optionsChristian Poessinger
This is a roundup commit to ae2279e ("Kernel: no longer build Intel out-of-tree NIC drivers") as the in-tree drivers do not support this option, the always use the maximum available number.
2020-12-28systemd: services: disable ddclientChristian Poessinger
2020-12-28hooks: adjust to Debian Buster base systemChristian Poessinger
2020-12-28ddclient: 3151: pin to Debian BullseyeChristian Poessinger
Ddclient consists out of Perl code only, thus it's safe to use the Bullseye version.
2020-12-28systemd: services: disable additional service from vyatta-cfg-systemChristian Poessinger
This is the accompanying commit to [1], which moved all the service disable stuff to vyos-build only. [1]: https://github.com/vyos/vyatta-cfg-system/commit/8964d55045f57218d2f057
2020-12-28services: disable telegraf by defaultChristian Poessinger
Commit 5bd60a745de22 ("Add telegraf agent (experimentally)") added the agent to the rolling ISO. The telegraf daemon was thus always started by default and simply consuming RAM without doing anything useful. As all VyOS servcies are disabled by default, so is telegraf. If you wan't to experiment with it, you can simply start and enable the service on your system by: systemctl enable telegraf.service systemctl start telegraf.service
2020-12-22frr: T3146: upgrade to Free Range Routing 7.5 seriesChristian Poessinger
2020-12-15netplug: T3130: add VyOS specific helper scriptChristian Poessinger
2020-12-14netplug: T3130: replace vyos-netplug with upstream Debian versionChristian Poessinger
2020-12-06hooks: drop isc-dhcp helper files from /etc/defaultChristian Poessinger
2020-11-25pim: T2744: Disable pimd by default to prevent conflictDmitriyEshenko
2020-11-25frr-syslog: T2061: Moving FRR logs to messages: Fix debug modesever-sever
2020-11-14Merge branch 't3041-intel-qat' into currentChristian Poessinger
* t3041-intel-qat: Revert "QAT: T2968: add support for Intel Atom C2000 platform"
2020-11-13frr: T1316: enable isis daemonChristian Poessinger
2020-11-13Revert "QAT: T2968: add support for Intel Atom C2000 platform"Christian Poessinger
This reverts commit b234558db422390ed4d995e9134fe91c37d6cc8f.
2020-11-06systemd: T3048: disable tuned service by defaultChristian Poessinger
2020-10-17modules: T2984: Increase HW queuesDmitriyEshenko
2020-10-09QAT: T2968: add support for Intel Atom C2000 platformChristian Poessinger
2020-09-30QAT: T2932: Replace symlinks to filesDmitriyEshenko
2020-08-31configd: T2582: enable vyos-configd.serviceJohn Estabrook
2020-08-30WireGuard: T2842: switch to binary package from buster-backportsChristian Poessinger
2020-08-23lcd: T2564: disable services by defaultChristian Poessinger
2020-08-18anyconnect: T2036: disable ocserv.service by defaultDmitriyEshenko
2020-08-04systemd: services: disable certbot by defaultChristian Poessinger
2020-08-03Revert "T1414: disable failing 10-unmountfs.chroot and needs verification"Christian Poessinger
This reverts commit 1850f165abda3f3d0498220e56ca594dc8ecca9c.
2020-07-05T2678: Fixing massive memory usage with ssh and large number of routeskroy
2020-07-04systemd: services: T2659: disbale fastnetmon by defaultDmitriyEshenko
2020-06-20Delete buster-backports.list.chroot as we use lb config --backportsChristian Poessinger
This results in Duplicated archive warnings on ISO builds otherwise.
2020-06-19systemd: services: disable all udp-broadcast-relay instancesChristian Poessinger
2020-06-19T2490: add support for serial console-serverChristian Poessinger
2020-06-16systemd: services: disbale SNMPD by defaultChristian Poessinger
2020-06-16systemd: services: remove SysVinit leftoversChristian Poessinger
2020-06-07systemd: T2559: lm-sensors disable service by defaultChristian Poessinger
2020-06-06vyos-utils: cleanup installed packagesChristian Poessinger
- mtr-tiny will be pulled in via vyos-1x as there is a proper dependenvy - vim-tiny - mostly unused - sipcalc - we have ipcalc for this do we?
2020-06-05firmware: T1958: only include firmware for compiled Kernel driversChristian Poessinger
In the past when building the VyOS ISO we have simply pulle din the entire linux-firmware Git repository and just deleted some arbitrary files manually selected. Now all is shipped via vyos-linux-firmware.
2020-06-01wake-on-lan: T2526: replace wakeonlan package with CLI implementationChristian Poessinger
Drop wakeonlan package and use the CLI based implementation with etherwake.
2020-05-30QAT: import device configuration filesChristian Poessinger
2020-05-20systemd-bootchart: add configurationChristian Poessinger
2020-05-19systemd-bootchart: add package for boot time analysisChristian Poessinger
2020-05-19dhcpv6-pd: disable wide-dhcp-client service by defaultChristian Poessinger
2020-05-15apt: nat: T2198: pin nftables packages to buster-backportsChristian Poessinger
2020-04-19chroot: T2340: add /etc/login.defsChristian Poessinger
2020-04-13ddclient: T2185: clean leftover files from base packageChristian Poessinger
2020-03-26pim: T1729: enable FRR PIM serviceDmitriyEshenko
2020-03-18mpls: T915: enable FRR ldpd service and modulesDmitriyEshenko
2020-03-10T2118: Add fsck tools to initramfs imagekroy-the-rabbit