Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-13 | radvd: T6118: drop old dependency1.4.0-epa21.4.0 | Christian Breunig | |
(cherry picked from commit 1b13b61f642ee3f466a67af8791117fcd9d5643b) | |||
2023-12-14 | T5826: debian: add dmidecode as an explict depdency | Mathew McBride | |
On non-x86 systems, dmidecode may not be specified as an explicit dependency of the packages that recommend it (like laptop-detect and virt-what). Ensure it is installed regardless of target architecture. (cherry picked from commit 321d863f7f6142f53632087e03161e7f360b4eff) | |||
2022-11-15 | T4822: install the correct version of GRUB for architecture (arm64) | Mathew McBride | |
Fix a hardcoded x86_64-efi reference, and ensure the correct GRUB binary package is installed | |||
2022-08-16 | Debian: T4584: create custom hostap package used in vyos-1x | Christian Poessinger | |
2021-12-25 | Debian: compat 9 -> 10 | Christian Poessinger | |
2021-06-27 | Debian: delete postrm script as we do not uninstall our packages | Christian Poessinger | |
2021-06-26 | Debian: postinst: cleanup install code for no longer available files | Christian Poessinger | |
2021-06-26 | Debian: remove deprecated vyatta-config-reboot-params script | Christian Poessinger | |
Actions are now handled in vyos-router script on startup by calling the vyos-1x Python handler scripts. | |||
2021-06-26 | Debian: reboot on ctrl-alt-delete action is handled by CLI script | Christian Poessinger | |
2021-06-26 | Move vyos-postconfig-bootup.script to vyos-1x | Christian Poessinger | |
2021-06-26 | Debian: drop deprecated screenblanker from postinstall script | Christian Poessinger | |
2021-06-26 | Migrate sysconf files to vyos-1x | Christian Poessinger | |
2021-06-26 | Move sudoers file to vyos-1x | Christian Poessinger | |
2021-06-22 | Debian: drop dependencies on bridge-utils and ethtool | Christian Poessinger | |
Dependencies are managed via vyos-1x which also holds the implementation. | |||
2021-06-20 | Remove obsolete cpufrequtils configuration file | Christian Poessinger | |
cpufrequtils package is not installed. | |||
2021-05-20 | snmp: mibs: move to vyos-1x | Christian Poessinger | |
2021-05-12 | udev: T3542: remove antiquated clean-up function | John Estabrook | |
2021-04-04 | lsb: remove no longer required issue templates | Christian Poessinger | |
This removes the overrides for /etc/issue and /etc/issue.net | |||
2021-01-20 | Debian: remove vyos-intfwatchd reference from postinstall script | Christian Poessinger | |
vyos-intfwatchd was removed in commit bf1313bd0fe4 ("T669: set IPv6 keep_addr_on_down sysctl options to 1 and get rid of intfwatchd"). | |||
2021-01-20 | Debian: migrate openvpn user to vyos-1x | Christian Poessinger | |
2021-01-20 | Debian: remove tss user, no references found in live image | Christian Poessinger | |
2021-01-20 | Debian: radius_user and radius_priv_user are now added via vyos-1x | Christian Poessinger | |
2021-01-17 | T671: sysctl: move file to vyos-1x | Christian Poessinger | |
2020-12-30 | migration: T3161: remove scripts ec2-vyos-init, ec2-check.pl | John Estabrook | |
These scripts have been superseded by the cloud-init tools, and contain legacy references to XorpConfigParser.pm (via vyatta-cfg/scripts/vyatta-load-config.pl, via ConfigLoad.pm), which one would like to retire. | |||
2020-12-28 | debian: cleanup vyatta-cfg-system.postinst | Christian Poessinger | |
VyOS requires all system services to be disabled by default, this is a second implementation of the same solution. We should stick with the general solution in [1]. [1]: https://github.com/vyos/vyos-build/blob/current/data/live-build-config/hooks/live/18-enable-disable_services.chroot | |||
2020-12-28 | debian: ddclient: T757: migrate dependency to vyos-1x | Christian Poessinger | |
2020-11-12 | Debian: T1579: drop dependency on ifupdown | Christian Poessinger | |
This is no longer required as we take care about the interfaces by ourselfs through Python vyos.ifconfig module. | |||
2020-08-06 | T2765: arm: vyatta-cfg-system is dependent on a amd64 only package | Runar Borge | |
The vyatta-cfg-system package is dependent on the grub-efi-amd64-bin package to be installed. This makes it unable to be built for any other platform as the package is amd64 only. This commit changes the dependency to be a amd64 dependency only, thouse it will not be present on other architectures | |||
2020-06-23 | tunnel: T2633: migrate to vyos-1x | Christian Poessinger | |
2020-02-05 | ssh: T631: remove sshd config mangling | Christian Poessinger | |
The configuration of SSHd is rendered from a template each time the service changes. Thus it is not required that the boot process touches the config. | |||
2020-02-05 | Debian: set compatibility level to 9 | Christian Poessinger | |
2020-02-05 | login: T1990: Migrate "system login" to XML/Python representation | Christian Poessinger | |
2019-10-19 | T1743: do not generate ssh rsa1 host keys | jjakob | |
2019-09-15 | Merge branch 'current' of github.com:vyos/vyatta-cfg-system into equuleus | Christian Poessinger | |
* 'current' of github.com:vyos/vyatta-cfg-system: T1616: fix DHCPv6 script behaviour in op mode. openvpn: T1630: add system user openvpn vxlan: T1636: initial rewrite with XML and Python Makefile.am: fix after removing files for bridge and bonding bridge: T1615: remove old vyatta-bridge.pl bonding: T1614: increase config version from interfaces 1 -> 2 bonding: T1614: remove old style node.def files in favour of XML/Python rewrite bridge: T1556: migrate bridge config to XML/Python [tunnel] T1593: Added ip6gre encapsulation for tunnel interfaces loopback: T1601: rewrite using XML/Python definitions powerdns: T1595: add config migrator to remove 'listen-on' powerdns: T1524: support setting allow-from network dummy: T1580: rewrite in new style XML/Python | |||
2019-09-06 | openvpn: T1630: add system user openvpn | Christian Poessinger | |
2019-08-14 | Restore the vyatta-biosdevname dependency. | Daniil Baturin | |
2019-08-05 | Remove dependency on apparently no longer used biosdevname. | Daniil Baturin | |
2019-04-28 | Debian: alter depends to prepare for Buster | Christian Poessinger | |
2019-03-25 | [T1265] version incrmented for T1265 | hagbard | |
2019-02-21 | Fixes: T1257: implement 'set system static-host-mapping' in host_name.py | hagbard | |
2019-02-14 | T1174: migrate local hostname/DNS handling to vyos-1x | Christian Poessinger | |
2019-01-17 | netplug scripts moved into vyos-netplug | hagbard | |
2019-01-15 | Fix: T1181 - enable/disable interface doesn't restart dhclient on enable | hagbard | |
2019-01-07 | T1026: Removing tunnel deletes all tunnels? | hagbard | |
2019-01-02 | T728: use vyos-postconfig-bootup.script name by default for new installations. | Daniil Baturin | |
2019-01-02 | T1146: do not modify the rc.local script, postconfig scripts are now run ↵ | Daniil Baturin | |
from vyos-router. | |||
2018-11-29 | Fix: T1053 - Error when re-configuring an interface from DHCP to static IP | hagbard | |
2018-11-07 | Add uefi install option. (#84) | Kim | |
* Add grub-efi package dependencies * Install grub-efi if we install on efi partition | |||
2018-10-15 | T600: Virtio network card, no info | hagbard | |
2018-08-31 | T427: Wireguard support | hagbard | |
- show interfaces shows now wg devices too. |