Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-02 | systemd: man: do not rebuild man db once a day | Christian Poessinger | |
2019-12-02 | systemd: pcscd: disable SmartCard service | Christian Poessinger | |
PCSC is included via a dependency of wpa_supplicant. vyos@vyos:~$ apt-cache rdepends pcscd pcscd Reverse Depends: libpcsclite1 opensc libpcsclite1 vyos@vyos:~$ apt-cache rdepends libpcsclite1 libpcsclite1 Reverse Depends: pcscd wpasupplicant | |||
2019-12-02 | systemd: apt: disable daily update service | Christian Poessinger | |
As VyOS does not make use of APT for updating the system it is useless to run this service. | |||
2019-11-29 | rsyslog: disabling rsyslog causes start issues if required | hagbard | |
- socket.service can be found since disabling rsyslog removes the link to socket.service too and causes a dependency error | |||
2019-11-29 | syslog: T1834: 'del system syslog' doesn't stop rsyslog | hagbard | |
- disable syslog.socket unit is not required, it's no service | |||
2019-11-29 | syslog: T1834: 'del system syslog' doesn't stop rsyslog | hagbard | |
- disbled autostart at boot via systemd | |||
2019-11-11 | hooks: synchronize Linux Firmware with current branch | Christian Poessinger | |
Imported from commit 2382c90dc7a30d17628a11f9ff41f8c63867887a | |||
2019-10-11 | acpid: enable acpid to enable power button triggered shutdowns | hagbard | |
2019-10-08 | systemd-disable - heartbeat.service disabled | hagbard | |
2019-10-08 | systemd-services: disable pacemaker, corosync, wpa_supplicant, squid | hagbard | |
- dusable their autostart at boot time via systemd defaults | |||
2019-09-14 | Merge branch 'current' of github.com:vyos/vyos-build into equuleus | Christian Poessinger | |
* 'current' of github.com:vyos/vyos-build: Jenkins: adjust description Jenkins: add build trigger Jenkins: deploy ISO to dev.packages.vyos.net Jenkins: remove individual package build and only build the ISO T1640: update Linux Kernel to v4.19.70 openvpn: T1630: add sudo configuration for openvpn user Docker: add graphviz to container T1598: enable vyos-hostsd by on startup. | |||
2019-08-21 | T1598: enable vyos-hostsd by on startup. | Daniil Baturin | |
2019-07-22 | Merge remote-tracking branch 'origin/current' into equuleus | Runar Borge | |
fixed merge errors in: * scripts/live-build-config - kernel parameters * scripts/build-packages - fixed list of packages to compile | |||
2019-07-01 | [service https] T1443: add nginx and ssl-cert packages; disable nginx on | John Estabrook | |
boot. | |||
2019-06-23 | bfd: T1183: enable FRR bfdd service | Christian Poessinger | |
2019-06-19 | T1454: frr: remove no longer required watchfrr_options | Christian Poessinger | |
Fixes the following startup warning: Jun 19 11:14:27 localhost watchfrr.sh: watchfrr_options contains a bash array value. The configured value is intentionally ignored since it is likely wrong. Please remove or fix the setting. | |||
2019-06-19 | T1454: remove deprecated /etc/frr/daemons.conf | Christian Poessinger | |
File which was still present (but not of any problem) caused the following message: Jun 19 11:14:27 localhost watchfrr.sh: Reading deprecated /etc/frr/daemons.conf. Please move its settings to /etc/frr/daemons and remove it. | |||
2019-05-28 | T1415: disable 24-efi_packages.chroot as it fails apply'ing by live-build | Runar Borge | |
The package grub-efi and grub-efi-amd64 is not existant on buster | |||
2019-05-28 | T1414: disable failing 10-unmountfs.chroot and needs verification | Runar Borge | |
2019-05-24 | Packages/kernel: ensure proper initramfs handling | Christian Poessinger | |
When building the kernel with 'make deb-pkg' insted of 'make-kpkg' - which is the new official way - an initramfs will be deployed. This break's VyOS! Delete all possible initramfs image(s) before building the final VyOS initramfs image. | |||
2019-05-08 | undo hooks: initramfs: add option to update an existing initramfs | Kim | |
this is to generate an initramfs if it does not exist, updating when not exist does not work and will break the image build process | |||
2019-05-05 | hooks: initramfs: add option to update an existing initramfs | Christian Poessinger | |
2019-05-05 | Revert "hooks: initramfs: add option to remove an existing initramfs" | Christian Poessinger | |
This reverts commit 5a3489861dc50e6bd4083993ad8065340f8f7c0f. | |||
2019-05-05 | hooks: initramfs: add option to remove an existing initramfs | Christian Poessinger | |
2019-04-19 | T1131: enable vmtoolsd polling again. | Daniil Baturin | |
2019-04-16 | T1327: Set the serial console speed to 115200 by default | John Estabrook | |
Set the serial console speed to 115200 in all build scripts, as is the standard for current boards. This avoids an annoyance for users of the livecd, and makes the defaults in build scripts in tools/ and scripts/ consistent. | |||
2019-04-16 | [firmware] T1274: add additional QLogic firmware files | Christian Poessinger | |
2019-04-04 | T929: T1274: embed linux firmware through ISO build process | Christian Poessinger | |
As of now Linux Firmware was installed via vyos-firmware Debian package which just wrapped the Git repositories content. As this just made things harder - install the firmware files via build hook (as the used to be installed like this in the good old days - before the have been removed via 3f7186f69b) | |||
2019-03-31 | Remove unnecessary locale files at build time to reduce the image size. | Daniil Baturin | |
2019-03-22 | T1279: support ACPI power event (poweroff) | Christian Poessinger | |
2019-03-02 | T929: remove debian-firmware packages from build | Christian Poessinger | |
Kernel Firmware BLOBs will be delivered by the new vyos-firmware package | |||
2019-02-28 | T1218: enable FRR's staticd on startup. | Daniil Baturin | |
2019-01-08 | T1135: "firewall send-redirects enable" works only after switching from ↵ | hagbard | |
disabled state on running system - set default to disable too due to the fact that set firewall did expect that at one point. Primarily, IPSec could leak data once a tunnel is established. | |||
2019-01-08 | Type fixed. | hagbard | |
2019-01-08 | T1135: "firewall send-redirects enable" works only after switching from ↵ | hagbard | |
disabled state on running system - disable send-redirects per default | |||
2019-01-01 | T1131: disable vmtoolsd polling for now to avoid high CPU load. | Daniil Baturin | |
In the future it may be made a CLI option. | |||
2018-12-29 | Add 'nls_ascii' to initramfs to avoid USB pendrive boot warning | Christian Poessinger | |
2018-12-17 | T865: start bgpd with RPKI support. | Daniil Baturin | |
2018-11-14 | update path for packages.txt | Kim Hagen | |
2018-11-12 | Add uefi to vyos-build | Kim Hagen | |
2018-10-20 | T923: support SNMP integration with FRR routing daemon | Christian Poessinger | |
2018-10-14 | T892: disable salt-minion service by default | Christian Poessinger | |
2018-10-12 | T852: globally disable StrongSWAN FARP plugin | Christian Poessinger | |
2018-09-25 | T769: disable starting StrongSWAN on boot. | Daniil Baturin | |
2018-09-23 | T500: arp_filter blocks ARPs for VRRP virtual addresses | Christian Poessinger | |
2018-08-27 | bugfix: disable TFTP server on system boot | Christian Poessinger | |
2018-08-27 | Revert "T692: do not start TFTP server on boot." | Christian Poessinger | |
This reverts commit 3388a3c0f9bb4782b1eb126739f2c63517274e9d. | |||
2018-08-27 | T792: add TFTP server functionality | Christian Poessinger | |
2018-08-27 | T692: do not start TFTP server on boot. | Daniil Baturin | |
2018-08-27 | T441: disable FRR. | Daniil Baturin | |
Running it with systemd when watchfrr is disabled causes systemd to think it's dead and restart it. |