Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-20 | Remove obsolete cpufrequtils configuration file | Christian Poessinger | |
cpufrequtils package is not installed. | |||
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-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. | |||
2019-10-19 | T1743: do not generate ssh rsa1 host keys | jjakob | |
2019-09-06 | openvpn: T1630: add system user openvpn | Christian Poessinger | |
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-08-24 | T441: adjust user groups to work with FRR instead of quagga. | Daniil Baturin | |
2018-07-03 | T728: add support for vyos-postconfig-bootup.script | Daniil Baturin | |
2018-06-14 | stop pdns-recursor from starting at boot. | Kim | |
2018-05-24 | set minimum uid to 1001 | Kim | |
Name mapping will not work on uids below 1001 https://github.com/vyos/libnss-mapuser/blob/2392d2acdff02dbf3d04b6a7eb08c195bd3a6168/map_common.c#L37 | |||
2018-05-16 | Set the correct groups for user radius_priv_user | UnicronNL | |
2018-05-16 | Add 2 users used for radius mapping. | UnicronNL | |
2017-11-20 | prevent keepalived from starting on boot | Kim | |
Let vyos config start keepalived | |||
2017-11-02 | T437: Fixed system option "Ctrl-Alt-Delete action" broken | Christian Poessinger | |
2017-09-02 | also disable inits on boot for systemd | Kim | |
2014-12-03 | Adding initial support for loading a config from AWS EC2 user-data | jrb | |
2014-10-09 | Make EC2 key fetcher start on boot. | Daniil Baturin | |
2014-07-25 | Set vyos-intfwatchd to start at boot by default. | Daniil Baturin | |
2014-05-06 | Revert to state before add-aws-ami-support | hydrajump | |
2014-05-03 | Fix AWS EC2 AMI support | hydrajump | |
- grub.cfg is now correctly modified when installing on a VyOS AMI - ec2-fetch-ssh-public-key init script still needs to be activated if installing on a VyOS AMI. This is an outstanding issue which needs to be addressed. See debian/vyatta-cfg-system.postinst.in. | |||
2014-04-28 | Add support for installing a new image on the Amazon AMI | hydrajump | |
- Check if installing on AWS EC2 platform via instance metadata. - Configure GRUB correctly, so that boot messages are available via instance's console. - Add init.d script to fetch user's EC2 public key during boot. | |||
2014-04-28 | Remove trailing whitespace | hydrajump | |
2014-04-02 | Delete SSH blacklists as they are no longer needed | hydrajump | |
The SSH blacklists were committed 5 years ago and the original contributor does not recall why they were added. | |||
2012-08-14 | Add support for network device prefix table | Stephen Hemminger | |
Bug 8279 Put prefix table in /opt/vyatta/etc/netdevice | |||
2012-04-18 | Use rsyslog to trigger log rotation | James Davidson | |
The previous implementation of log rotation used an hourly cron job to check log file size and possibly perform a rotation. If the logging rate is high, this interval may allow for root file system space exhustion. Utilizing rsyslog's outchannel mechanism enables log rotation to be initiated as soon as the log file becomes larger than its configured size. Fixes Bug 7807. | |||
2012-02-21 | Disable reboot on ctrl-alt-del | Stephen Hemminger | |
Bug 6526 Disable ctrl-alt-del where all the other system changes happen on installation. | |||
2012-02-03 | Fix missing space on postinst script | John Southworth | |
2012-02-03 | Bugfix 7770 | John Southworth | |
2012-01-11 | Check for existance of postconfig boot up script | Stephen Hemminger | |
Bug 7720 If post config script does not exist, then silently ignore it. The user may have accidentally deleted the post config script. | |||
2011-12-21 | install: fix warning message when package is updated | Stephen Hemminger | |
vyatta-cfg-system package installation caused warning: update-rc.d: using dependency based boot sequencing update-rc.d: warning: vyatta-config-reboot-params start runlevel arguments (2 3 4 5) do not match LSB Default-Start values (S) update-rc.d: warning: vyatta-config-reboot-params stop runlevel arguments (0 1 6) do not match LSB Default-Stop values (none) | |||
2011-12-02 | md: don't start unless needed | Stephen Hemminger | |
Don't start RAID (md) unless root device is configured for RAID. | |||
2011-11-29 | change mode of /etc/sudoers.d/vyatta | Stephen Hemminger | |
Needs to be read only | |||
2011-11-23 | Move vyatta changes to sudoers to separate file | Stephen Hemminger | |
Bug 6916 Rather than editing /etc/sudoers which can lead to package conflicts, put Vyatta specific changes into a separate file. | |||
2011-08-19 | Fix deprecated use of chown | Stephen Hemminger | |
Fix build warning on debian testing (more restrictive) W: vyatta-cfg-system: deprecated-chown-usage postinst:176 'chown -R root.vyattacfg' |