summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
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-11Kernel: T3318: update Linux Kernel to v5.10.29Christian Poessinger
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-07Kernel: T3318: update Linux Kernel to v5.10.28Christian Poessinger
2021-04-03T2108: add main and backup minisign release keys.Daniil Baturin
2021-03-31Kernel: T3318: update Linux Kernel to v5.10.27Christian Poessinger
2021-03-27systemd: services: disable sendmailChristian Poessinger
2021-03-26Kernel: T3318: update Linux Kernel to v5.10.26Christian Poessinger
2021-03-24Kernel: T3318: update Linux Kernel to v5.10.25Christian Poessinger
2021-03-19Kernel: T3318: update Linux Kernel to v5.10.24Christian Poessinger
2021-03-18Install additional "irqtop" packageChristian Poessinger
2021-03-17systemd-udev: T3242: Add hook to prevent link_config redundancy callDmitriyEshenko
2021-03-13Kernel: T3318: update Linux Kernel to v5.10.23Christian Poessinger
2021-03-11Merge pull request #150 from Codecasaurus/salt-3002.5Christian Poessinger
salt: T3373: Upgrade to SaltStack version 3002.5
2021-03-09Kernel: T3318: update Linux Kernel to v5.10.22Christian Poessinger
2021-03-05Kernel: T3318: update Linux Kernel to v5.10.20Christian Poessinger
2021-02-28salt: T3373: Upgrade to SaltStack version 3002.5Cody Brannan
2021-02-27Kernel: T3318: update Linux Kernel to v5.10.19Christian Poessinger
2021-02-18Kernel: T3318: update Linux Kernel to v5.10.17Christian Poessinger
2021-02-17Kernel: T3318: update Linux Kernel to v5.10.16Christian Poessinger
2021-02-08Kernel: T3295: update Linux Kernel to v5.10.14Christian Poessinger
2021-01-31Kernel: T3276: update Linux Kernel to v5.10.12Christian Poessinger
2021-01-24Kernel: T3243: update Linux Kernel to v5.10.10Christian Poessinger
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.
2021-01-16Kernel: T3223: update Linux Kernel to v5.10.7Christian Poessinger
2021-01-09Kernel: T3199: update Linux Kernel to v5.10.6Christian Poessinger
2021-01-09Merge branch 'kernel-5.10' into currentChristian Poessinger
* kernel-5.10: QAT: update to 1.7.l.4.12.0 Kernel: Initial support for 5.10.4
2021-01-07Update rolling version to 1.4Christian Poessinger
Commit b808e36 ("Update the version of the rolling release") bumped the version on the branch but not on the pipeline.
2021-01-04Update the version of the rolling release.Daniil Baturin
2020-12-31Kernel: Initial support for 5.10.4Christian Poessinger
2020-12-31Kernel: T3168: update Linux Kernel to v5.4.86Christian Poessinger
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-23salt: T3147: upgrade to version 3002.2Christian Poessinger
2020-12-22frr: T3146: upgrade to Free Range Routing 7.5 seriesChristian Poessinger
2020-12-22Kernel: T3145: update Linux Kernel to v5.4.85Christian 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-14Merge branch 'kernel-5.4' of github.com:c-po/vyos-build into currentChristian Poessinger
* 'kernel-5.4' of github.com:c-po/vyos-build: Kernel: T3129: update Linux Kernel to v5.4.83
2020-12-14Kernel: T3129: update Linux Kernel to v5.4.83Christian Poessinger
2020-12-09Kernel: T3122: update Linux Kernel to v4.19.162Christian Poessinger
2020-12-06hooks: drop isc-dhcp helper files from /etc/defaultChristian Poessinger
2020-12-04Add telegraf agent (experimentally).Daniil Baturin