summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2024-03-13radvd: T6118: drop old dependency1.4.0-epa21.4.0Christian Breunig
(cherry picked from commit 1b13b61f642ee3f466a67af8791117fcd9d5643b)
2023-12-14T5826: debian: add dmidecode as an explict depdencyMathew 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-15T4822: 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-16Debian: T4584: create custom hostap package used in vyos-1xChristian Poessinger
2021-12-25Debian: compat 9 -> 10Christian Poessinger
2021-06-27Debian: delete postrm script as we do not uninstall our packagesChristian Poessinger
2021-06-26Debian: postinst: cleanup install code for no longer available filesChristian Poessinger
2021-06-26Debian: remove deprecated vyatta-config-reboot-params scriptChristian Poessinger
Actions are now handled in vyos-router script on startup by calling the vyos-1x Python handler scripts.
2021-06-26Debian: reboot on ctrl-alt-delete action is handled by CLI scriptChristian Poessinger
2021-06-26Move vyos-postconfig-bootup.script to vyos-1xChristian Poessinger
2021-06-26Debian: drop deprecated screenblanker from postinstall scriptChristian Poessinger
2021-06-26Migrate sysconf files to vyos-1xChristian Poessinger
2021-06-26Move sudoers file to vyos-1xChristian Poessinger
2021-06-22Debian: drop dependencies on bridge-utils and ethtoolChristian Poessinger
Dependencies are managed via vyos-1x which also holds the implementation.
2021-06-20Remove obsolete cpufrequtils configuration fileChristian Poessinger
cpufrequtils package is not installed.
2021-05-20snmp: mibs: move to vyos-1xChristian Poessinger
2021-05-12udev: T3542: remove antiquated clean-up functionJohn Estabrook
2021-04-04lsb: remove no longer required issue templatesChristian Poessinger
This removes the overrides for /etc/issue and /etc/issue.net
2021-01-20Debian: remove vyos-intfwatchd reference from postinstall scriptChristian 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-20Debian: migrate openvpn user to vyos-1xChristian Poessinger
2021-01-20Debian: remove tss user, no references found in live imageChristian Poessinger
2021-01-20Debian: radius_user and radius_priv_user are now added via vyos-1xChristian Poessinger
2021-01-17T671: sysctl: move file to vyos-1xChristian Poessinger
2020-12-30migration: T3161: remove scripts ec2-vyos-init, ec2-check.plJohn 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-28debian: cleanup vyatta-cfg-system.postinstChristian 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-28debian: ddclient: T757: migrate dependency to vyos-1xChristian Poessinger
2020-11-12Debian: T1579: drop dependency on ifupdownChristian Poessinger
This is no longer required as we take care about the interfaces by ourselfs through Python vyos.ifconfig module.
2020-08-06T2765: arm: vyatta-cfg-system is dependent on a amd64 only packageRunar 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-23tunnel: T2633: migrate to vyos-1xChristian Poessinger
2020-02-05ssh: T631: remove sshd config manglingChristian 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-05Debian: set compatibility level to 9Christian Poessinger
2020-02-05login: T1990: Migrate "system login" to XML/Python representationChristian Poessinger
2019-10-19T1743: do not generate ssh rsa1 host keysjjakob
2019-09-15Merge branch 'current' of github.com:vyos/vyatta-cfg-system into equuleusChristian 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-06openvpn: T1630: add system user openvpnChristian Poessinger
2019-08-14Restore the vyatta-biosdevname dependency.Daniil Baturin
2019-08-05Remove dependency on apparently no longer used biosdevname.Daniil Baturin
2019-04-28Debian: alter depends to prepare for BusterChristian Poessinger
2019-03-25[T1265] version incrmented for T1265hagbard
2019-02-21Fixes: T1257: implement 'set system static-host-mapping' in host_name.pyhagbard
2019-02-14T1174: migrate local hostname/DNS handling to vyos-1xChristian Poessinger
2019-01-17netplug scripts moved into vyos-netplughagbard
2019-01-15Fix: T1181 - enable/disable interface doesn't restart dhclient on enablehagbard
2019-01-07T1026: Removing tunnel deletes all tunnels?hagbard
2019-01-02T728: use vyos-postconfig-bootup.script name by default for new installations.Daniil Baturin
2019-01-02T1146: do not modify the rc.local script, postconfig scripts are now run ↵Daniil Baturin
from vyos-router.
2018-11-29Fix: T1053 - Error when re-configuring an interface from DHCP to static IPhagbard
2018-11-07Add uefi install option. (#84)Kim
* Add grub-efi package dependencies * Install grub-efi if we install on efi partition
2018-10-15T600: Virtio network card, no infohagbard
2018-08-31T427: Wireguard supporthagbard
- show interfaces shows now wg devices too.