Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-19 | T4084: add the default VyOS post-login banner to the image | Daniil Baturin | |
2021-11-07 | Revert "T3912: use a more informative default login banner" | Christian Poessinger | |
This reverts commit c93c12d0813b276501562bc88bea68daee60b266. | |||
2021-10-17 | T3912: use a more informative default login banner | Daniil Baturin | |
2021-10-16 | T3879: bugfix GPG signature validation on image install | Christian Poessinger | |
(cherry picked from commit f9c89e3565037b4f60aef2577f9fdaa70da7b751) | |||
2021-09-20 | Revert "Merge pull request #186 from erkin/current" | John Estabrook | |
This reverts commit c753685173a48fdc2e47694f4b896e241caa7beb, reversing changes made to 1d3d0401eeb9e8138f606433b6bbcd8c3f76c898. | |||
2021-09-11 | T3821: Hardcode component versions in configuration files | erkin | |
2021-05-27 | ntp: T2123: Change NTP servers in default configs | DmitriyEshenko | |
2021-04-09 | chroot: import modprobe.d/no-copybreak.conf from vyatta-cfg-system | Christian Poessinger | |
2021-04-03 | T2108: add main and backup minisign release keys. | Daniil Baturin | |
2021-01-17 | Kernel: T3218: remove unavailable RSS parameter from intel driver options | Christian 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-15 | netplug: T3130: add VyOS specific helper script | Christian Poessinger | |
2020-12-14 | netplug: T3130: replace vyos-netplug with upstream Debian version | Christian Poessinger | |
2020-11-13 | Revert "QAT: T2968: add support for Intel Atom C2000 platform" | Christian Poessinger | |
This reverts commit b234558db422390ed4d995e9134fe91c37d6cc8f. | |||
2020-10-17 | modules: T2984: Increase HW queues | DmitriyEshenko | |
2020-10-09 | QAT: T2968: add support for Intel Atom C2000 platform | Christian Poessinger | |
2020-09-30 | QAT: T2932: Replace symlinks to files | DmitriyEshenko | |
2020-07-05 | T2678: Fixing massive memory usage with ssh and large number of routes | kroy | |
2020-05-30 | QAT: import device configuration files | Christian Poessinger | |
2020-05-20 | systemd-bootchart: add configuration | Christian Poessinger | |
2020-04-19 | chroot: T2340: add /etc/login.defs | Christian Poessinger | |
2020-03-10 | T2118: Add fsck tools to initramfs image | kroy-the-rabbit | |
2020-02-28 | initramfs: T1971: Extended initramfs-hook script | zsdc | |
Included: * libnss_dns.so.2 (required for DNS resolving from initramfs) * ca-certificates.crt (required for fetching files via HTTPS) | |||
2020-02-25 | initramfs: T1971: Added initramfs-hook script for including modules | zsdc | |
The script allows include to initramfs or include and force to load any modules, listed inside. Initially, the script replaces the trick used for intel drivers | |||
2020-02-05 | login: T1948: level node has been dropped from user | Christian Poessinger | |
There is no sense in having a user level when infact there is only the one level "admin". | |||
2020-01-25 | VMware: move additional files to vyos-1x-vmware package | Christian Poessinger | |
2019-12-27 | vmware-tools: import script file from vyos-vmwaretools-scripts repo | Christian Poessinger | |
2019-09-20 | T1676: [equuleus] buster: update GRUB boot parameters during upgrade | John Estabrook | |
2019-09-06 | openvpn: T1630: add sudo configuration for openvpn user | Christian Poessinger | |
2019-07-31 | [intel] T1554: enable RSS and Multiqueue for Intel IGB/IXGBE drivers | Christian Poessinger | |
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-03-22 | T1310: use FQDN as hostname in config prompt | Christian Poessinger | |
2019-02-13 | T1245: autoload br_netfilter kernel module on startup | Christian Poessinger | |
2019-01-02 | T1120: Add rootdelay=5 by default in grub.cfg | danhusan | |
Let disks settle to workaround issue with MD array not being detected. | |||
2018-11-12 | Add modprobe option to allow unsupportef transceivers in ixgbe. | Daniil Baturin | |
2018-11-08 | cleanup: move files from vyos-build repo to vyos-1x where they are required | Christian Poessinger | |
2018-10-25 | isc-dhcpv6-server: bugfix empty if; then fi clause | Christian Poessinger | |
commit a91fea903 ("isc-dhcpv6-server init script naming cleanup") introduced an empty if; then fi clause which produces a BASH syntax error. | |||
2018-10-19 | isc-dhcpv6-server init script naming cleanup | Christian Poessinger | |
2018-10-19 | T913: add startup script for dhcpv6-relay | Christian Poessinger | |
2018-10-15 | T895: increase default log level for facility 'all'. | Daniil Baturin | |
2018-10-14 | move getty conf to vyatta-cfg package | UnicronNL | |
2018-10-03 | T866: set the upgraded flag on update from 1.1.x | Daniil Baturin | |
2018-08-30 | T811: add DHCPv6 init script to ISO image | Christian Poessinger | |
2018-05-17 | T574: set the hostname in the default config to make sure it's set correctly ↵ | Daniil Baturin | |
on boot. | |||
2018-03-26 | Merge branch 'current' of github.com:vyos/vyos-build into current | Daniil Baturin | |
2018-02-21 | Manage config files with included files instead of echo, sed etc. (#16) | Kim | |
Manage system.conf from file instead of hook. Add comment to the files where they are managed | |||
2018-02-19 | Better modify the rsyslog.conf we already have in vyatta-cfg-systemm (T552). | Daniil Baturin | |
2018-02-19 | Enable journald log forwarding to syslog (fixes T552). | Daniil Baturin | |
2016-12-26 | run vyatta-router service before getty service | Kim Hagen | |
2016-12-26 | remove verbose systemd status setting from grub | Kim Hagen | |
2016-09-01 | ssh-session-cleanup.service should not executable | Kim Hagen | |