summaryrefslogtreecommitdiff
path: root/data/live-build-config
AgeCommit message (Collapse)Author
2024-01-14T5945: add minisign public key for rolling releasegreenpsi
2024-01-04Kernel: T5887: update Linux Kernel to v6.6.9Christian Breunig
2023-12-28container: T5867: upgrade podman to 4.7.2 (Debian Trixie)Christian Breunig
2023-12-20ssh: T5841: Remove ssh-session-cleanup.serviceIndrajit Raychaudhuri
With libpam-systemd >= 230-2, ssh-session-cleanup.service is no longer necessary because when `UsePAM yes` in `/etc/ssh/sshd_config` (which is the default), SSH sessions are cleaned up automatically when ssh-server is shutdown or the system is rebooted.
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.
2023-12-09Merge pull request #336 from sarthurdev/keaChristian Breunig
dhcp: T3316: Disable Kea services
2023-12-08T5809: live-build-config: insmod gzio for vmlinuz kernels on arm64Mathew McBride
Without this, GRUB will report a 'invalid magic' or 'missing UEFI stub' error when loading kernels on arm64. This change has no effect on x86-64 systems.
2023-12-03T4426: disable arpwatch.service by defaultChristian Breunig
2023-11-15image: T4516: enable vyos-grub-update serviceJohn Estabrook
2023-10-05dhcp: T3316: Disable Kea servicessarthurdev
2023-10-04T5589: Nonstripped binaries exists in VyOSApachez
2023-10-03Merge pull request #426 from Apachez-/T5589Daniil Baturin
T5589: Nonstripped binaries exists in VyOS
2023-09-30T5624: Remove /etc/debian_version from the imageApachez
2023-09-26T5589: Nonstripped binaries exists in VyOSApachez
2023-09-26T5589: Nonstripped binaries exists in VyOSApachez
2023-09-16T5511: Cleanup of unused directories (and files) in order to shrink image-sizeApachez
2023-09-16T5511: drop empty hooksChristian Breunig
This is a roundup commit to 0be277647 ("T5511: Cleanup of unused directories (and files) in order to shrink image-size") that dropy empty/commented out live-build hook scripts.
2023-09-16T5511: Cleanup of unused directories (and files) in order to shrink image-sizeApachez
2023-09-14live: T5568: Add serial boot option to live ISOsarthurdev
2023-09-14T5511: Cleanup of unused directories (and files) in order to shrink image-sizeApachez
2023-09-13T5511: Cleanup of unused directories (and files) in order to shrink image-sizeApachez
2023-09-11frr: T5239: remove daemons.conf generated by chroot hookChristian Breunig
Daemon configuration is now generated during boot via vyos-1x repo. See https://github.com/vyos/vyos-1x/pull/2245
2023-09-01frr: T5518: enable pim6dChristian Breunig
2023-08-30T5524: 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
2023-08-27T5511: Cleanup of unused directories (and files) in order to shrink image-sizeApachez
2023-08-24T5468: Remove unused manpages to free up spaceApachez
2023-08-16netplug: T5476: move configuration files to vyos-1x repoChristian Breunig
2023-08-08T5448: Disable zabbix-agent service by defaultViacheslav Hletenko
2023-08-06systemd: T5003: sendmail.service no longer existsChristian Breunig
2023-08-05systemd: T5003: cleanup timersChristian Breunig
2023-08-04frr: T5415: make mgmtd only listen on localhostChristian Breunig
2023-07-15T3355: enable vyos-router.serviceChristian Breunig
2023-06-27T1797: Disable vpp.serviceViacheslav Hletenko
2023-06-20Revert "vpp: T893: add fdio repositories"Christian Breunig
This reverts commit 6baed3c064d66b39630ae67e6e40f02c9b11b3c1.
2023-06-17vpp: T893: add fdio repositoriesChristian Breunig
2023-06-17qat: fix file permission in rootfs - 755 not requiredChristian Breunig
2023-06-08T5003: disable non required GPG user servicesChristian Breunig
2023-06-08T5239: disable FRR service - will by started in order by VyOS startupChristian Breunig
2023-05-21T5234: move BASH skeleton files to vyos-1x repoChristian Breunig
2023-05-21T5003: disable sendmail serviceChristian Breunig
2023-05-17T5208: disable nvmf-autoconnect.serviceChristian Breunig
2023-05-05T5203: Disable by default vyos-wan-load-balance.serviceViacheslav Hletenko
2023-05-04T4928: add zstd to initrdChristian Breunig
2023-04-11Revert "systemd: services: remove autostart of sendmail and rsyslogd"Christian Breunig
This reverts commit 0b91d71b9cd7e9641287433ea0d0fed3982edb23. Somehow FRR does not like it to be started with no logging daemon present and Smoketests fail.
2023-04-08systemd: services: remove autostart of sendmail and rsyslogdChristian Breunig
2023-04-04T5142: systemd-journald-audit must not show logs from auditdViacheslav Hletenko
auditd logs must no be displayed for journalctl mask it
2023-03-24build: always prefer our packages over Debian upstreamChristian Breunig
2023-03-14T5086: Disable by default hsflowd serviceViacheslav Hletenko
2023-03-11systemd: services: T5003: disable podman servicesChristian Breunig
2023-03-08Merge pull request #302 from sempervictus/bug/udev_rename_deadlockChristian Breunig
T4966: Delay UDEV execution, avoid rename deadlock