summaryrefslogtreecommitdiff
path: root/data/live-build-config
AgeCommit message (Collapse)Author
2024-06-19build: T6499: add a mirror of Freexian ELTS repository to the repo listDaniil Baturin
2023-12-14initramfs: T5824: Added `openssl.cnf` to initramfszsdc
Without `openssl.cnf` software that uses `libssl` (for example busybox) has issues with connections to some HTTPS servers. (cherry picked from commit 5765d670099dfc2bb4758264a84a36fdd9cba5d4)
2023-10-25systemd: T5684: Incrised DefaultLimitMEMLOCK to 8Maapostoliuk
This fix increases DefaultLimitMEMLOCK from 64K to 8M. Some services cannot run, when memlock eq 64K This bug was fixed in the next kernel release https://github.com/torvalds/linux/commit/9dcc38e2813e0cd3b195940c98b181ce6ede8f20
2023-10-18systemd: T5354: always disable sshguard.serviceChristian Breunig
2023-09-29T5624: add a hook for deleting /etc/debian_versionDaniil Baturin
2023-09-05T5524: Add config directory for livecdViacheslav Hletenko
Add the '/config' directory for live image boot One of the reasons the DHCP-server uses lease from this directory T2958 (cherry picked from commit cb330a797ef8c56d68220afc44798bcf8f2e0a47)
2023-08-24T5468: Remove unused manpages to free up spaceApachez
(cherry picked from commit f9946312dfdfb8163995cf7ddd0efb1e485fc977)
2023-06-11T5280: Update Expired keys (2023-06-08) for PowerDNScuongdt1994
Packages in the versioned repositories are signed with PGP key-id 0xFD380FBB
2023-04-26ice: T5182: Included Intel ICE driver to the systemzsdc
Intel ICE driver for E810 Ethernet Controllers is included in the list of requirements for images and initramfs.
2023-04-25initramfs-tools: T5180: Updated initramfs tools to v0.140zsdc
The new version contains important changes in firmware path selection. This is required for proper driver integrations.
2023-03-25systemd: T5111: always disable pppd-dns.serviceChristian Breunig
An update to the Debian ppp package remove the needed /etc/ppp/ip-down.d/0000usepeerdns file. As DNS resolution is handled by vyos-hostsd we can disable this service entirely.
2023-02-12T5001: Replace links to the phabricator siteChristian Breunig
Replace links to the phabricator site from https://phabricator.vyos.net to https://vyos.dev (cherry picked from commit 82f35fd474400429cc73cc93386f2a21afd9aaf8)
2023-01-23Merge pull request #265 from initramfs/equuleus-kitty-terminfoChristian Breunig
backport: vyos-utils: T4683: add kitty-terminfo package to build
2022-12-30container: T578: backport podman from 1.4 development branchChristian Poessinger
2022-09-09vyos-utils: T4683: add kitty-terminfo packageinitramfs
(cherry picked from commit 4c550889f44c5576ea23fb199082dd665f385685)
2022-07-31telegraf: T4515: remove references to influxdata repositoryChristian Poessinger
2022-05-05Merge pull request #231 from zdc/T4415-equuleusChristian Poessinger
doc: T4415: Added back copyrights for components
2022-05-05doc: T4415: Added back copyrights for componentszsdc
Copyright information must not be deleted with the rest documentation files.
2022-03-31keepalived: T4128: remove buster-backports APT pinningChristian Poessinger
Commit 5226a4a ("keepalived: T4128: build package from upstream source") added the required files to build the keepalived package from source. The resulting binary DEB is thus located inside the VyOS repositories - this makes APT pinning from Debian Buster Backport repository superfluous. Buster Backports ship keepalived 2.1.5 - we require at least 2.2.4-227-g8af889bc for VRF support.
2022-02-08telegraf: T3872: Add repo influxdb for newest pkg for equuleusViacheslav Hletenko
Adding influxdb repo and key. Delete telegraf from vyos-buid, it will be added to vyos-1x in debian/conrtol. To use unixsocket for syslog we update telegraf to version => 1.20 b.c current version in the standard repo 1.16.2-1 doesn't support some features
2022-01-01Revert "isis: T1316: enable SNMP support"Christian Poessinger
This reverts commit 5e2d0fba80221f4adae38c73aadd65b68cef197c. This is not supported with FRR 7.5 series and will prevent isisd from startup.
2021-12-25isis: T1316: enable SNMP supportChristian Poessinger
2021-12-19T4084: add the default VyOS post-login banner to the imageDaniil Baturin
2021-12-10wwan: T3795: disable ModemManager serviceChristian Poessinger
(cherry picked from commit 8cf4aba93320951c33f8f8b2b53ab9cf7d1076a0)
2021-11-25build: workaround to restore building with local packagesJohn Estabrook
2021-11-18wwan: T3895: pin modemmanager package dependencies to buster-backportsChristian Poessinger
Commit 52b231df00 ("wwan: T3895: upgrade modemmanager package") just updated the main package but all required dependencies did not get pinned.
2021-11-18wwan: T3895: upgrade modemmanager packageChristian Poessinger
We need the JSON output support from modemmanager.
2021-11-12T3912: drop default issue file - autogenerated on bootChristian Poessinger
(cherry picked from commit ab8ae2fda8358f399aae1468f2a70377043aca3a)
2021-11-09T3962: Check if open-vm-tools is present before attempting to write its configerkin
2021-11-08T3912: remove superfluous motd.d kernel version shell scriptChristian Poessinger
(cherry picked from commit ee81272116cd680fd3b35497739f82be144b33a5)
2021-11-08Revert "T3912: use a more informative default login banner"Christian Poessinger
This reverts commit 1d360c2ea7065805636acb709af14f01d54c188c.
2021-11-06Update the boot splash for EquuleusDaniil Baturin
2021-10-17T3912: use a more informative default login bannerDaniil Baturin
2021-10-16T3879: bugfix GPG signature validation on image installChristian Poessinger
2021-10-03uefi: T3880: support both VGA and serial consolexChristian Poessinger
2021-10-03uefi: T3880: re-render image to work with GRUBChristian Poessinger
convert -resize 640x480 -depth 16 -colors 14 old.png new.png
2021-10-02pdns: recuror: T3882: upgrade package to version 4.5Christian Poessinger
2021-09-13Revert "T3821: Hardcode component versions in configuration files"Daniil Baturin
This reverts commit 672b0fe4d25deca9b7fd8d24ce040d63d5d242c8.
2021-09-13Revert "Use correct component versions for equuleus."Daniil Baturin
This reverts commit 23639568a945f19471af88547dab45b87bbd642d.
2021-09-12Use correct component versions for equuleus.create with ansible
2021-09-12T3821: Hardcode component versions in configuration fileserkin
2021-09-11Update NTP servers in the default config.Daniil Baturin
2021-08-27T3351: Add SHA256 checksumserkin
(cherry picked from commit 5e47e3ad3c333197bbff10bbda7d4bbd9f0b4009)
2021-08-27systemd: services: remove no longer available lighttpd.service from disable listChristian Poessinger
2021-08-27systemd: services: remove no longer available exim4.service from disable listChristian Poessinger
2021-08-07T3713: move utilities to the vyos-user-utils meta-package.Daniil Baturin
2021-06-25openvpn: T3650: upgrade package to 2.5.1Christian Poessinger
2021-06-08charon-syslog: T2620: Add ike-name to IPSec logssever-sever
(cherry picked from commit f0166cc4b2ba66c7cd2d2d2ab9aa8be839a26543)
2021-05-23systemd: services: T3572: disable smartdChristian Poessinger
(cherry picked from commit 21340d1348bda97c599e67a8e3c7cd6b9d618830)
2021-05-15keepalived: T3540: Use backport version 2.1.5-0.2sever-sever
(cherry picked from commit 3652b3fd8eb7b4e5134906aa1c3aba2a35d293ca)