summaryrefslogtreecommitdiff
path: root/data/live-build-config
AgeCommit message (Collapse)Author
2021-08-27systemd: services: remove no longer available lighttpd.service from disable listChristian Poessinger
(cherry picked from commit a834d2a97a159ad4ec1f5ffa285c6748ffcc3ddd)
2021-08-27systemd: services: remove no longer available exim4.service from disable listChristian Poessinger
(cherry picked from commit 1ecd2cdd0e84616df04f246827e6d1ea1062782e)
2021-08-06T3713: move utilities to the vyos-user-utils meta-package.Daniil Baturin
2021-06-29Debian: T3641: use ethtool from BusterChristian Poessinger
The latest version from ethtool changed parts of how certain output text is handled RX/TX ring buffers, or how to work with SFP+ NICs and the possibility/not-possibility in configuring auto-negotiation parameters. Until those error(codes) are properly intercepted from VyOS 1.4 - use the old, known to work version of ethtool.
2021-06-27chroot: drop vmware-tool/tools.conf now shipped in vyos-1x-vmwareChristian Poessinger
2021-06-21T3641: hooks: open-vm-tools: use Python3 interpreterChristian Poessinger
2021-06-21Revert "vmware: tools.conf is now provided via vyos-1x-vmware package"Christian Poessinger
This reverts commit 27a15f8577cd0bf848f30ca2ecb8e147055c3618.
2021-06-21Debian: T3641: use bash/bash-completion from BusterChristian Poessinger
vyatta-bash is incompatible with the new syntax found in bash-completion which was added in BASH 5.1. Thus we select the "old" bash version from Debian Buster which is known to work.
2021-06-21lb: T3641: APT::Default-Release="current" no longer worksChristian Poessinger
Pin all packages from our current repository with a APT preference file.
2021-06-20T3641: hooks: use Python3 interpreterChristian Poessinger
2021-06-20vmware: tools.conf is now provided via vyos-1x-vmware packageChristian Poessinger
2021-06-20Debian: T3641: switch to new distro Debian 11 - BullseyeChristian Poessinger
2021-06-07charon-syslog: T2620: Add ike-name to IPSec logssever-sever
2021-06-01ipsec: T3594: Disable strongswan-starter.servicesarthurdev
2021-05-30Merge pull request #167 from erkin/currentChristian Poessinger
T3518: Pin cryptography and Paramiko to the Bullseye repo
2021-05-30Pin cryptography and Paramiko to the Bullseye repoerkin
2021-05-27ntp: T2123: Change NTP servers in default configsDmitriyEshenko
2021-05-23systemd: services: T3572: disable smartdChristian Poessinger
2021-05-12keepalived: T3540: Use backport version 2.1.5-0.2sever-sever
2021-05-10T3351: Add SHA256 checksumserkin
2021-04-13containers: T2216: Add podman dependency pkgssever-sever
2021-04-13Merge pull request #156 from sever-sever/T2216-podChristian Poessinger
containers: T2216: Add podman for containers
2021-04-09containers: T2216: Add podman for containerssever-sever
2021-04-09chroot: import modprobe.d/no-copybreak.conf from vyatta-cfg-systemChristian Poessinger
2021-04-03T2108: add main and backup minisign release keys.Daniil Baturin
2021-03-27systemd: services: disable sendmailChristian Poessinger
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