summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-27Merge pull request #208 from indrajitr/pr-202-sagittaChristian Breunig
dns: T5144: Bump package version from 0 -> 1 for dynamic dns
2023-09-22Merge pull request #207 from c-po/sagittaChristian Breunig
installer: T4776: Fixed installation on NVME in RAID-1 mode (backport)
2023-09-22dns: T5144: Bump package version from 0 -> 1 for dynamic dnsIndrajit Raychaudhuri
2023-09-22installer: T4776: Fixed installation on NVME in RAID-1 modezsdc
This change fixes installation into two NVME devices. It should be considered as a temporary solution before migration to the new installer. (cherry picked from commit 4e5d53ce0b5a367be3399b102186dbcd4615ab3f)
2023-09-11Merge pull request #205 from sarthurdev/T5568Christian Breunig
install: T5568: Determine user TTY when elevated by sudo
2023-09-11install: T5568: Determine user TTY when elevated by sudosarthurdev
Also fix indentation
2023-08-28Merge pull request #204 from jestabro/T5520Christian Breunig
T5520: avoid cp from /config during update, after coreutils change
2023-08-28T5520: avoid cp from /config during update, after coreutils changeJohn Estabrook
A change in behaviour of coreutils 'cp' reveals a problem when doing a 'cp -a' from the bind mount /config; use /opt/vyatta/etc/config instead.
2023-05-23Merge pull request #201 from dmbaturin/T671-dead-scripts-2Daniil Baturin
T671: remove more dead scripts
2023-05-05T671: remove more dead scriptsDaniil Baturin
2023-05-05Merge pull request #200 from dmbaturin/T671-dead-scriptsDaniil Baturin
T671: remove unused scripts
2023-04-15T671: remove unused scriptsDaniil Baturin
2023-04-03T5136: do not rm -rf if unmount failsChristian Breunig
Commit f34e9028 ("T5136: properly unmount filesystems after installation") assumed it would be a good idea to simply rm -rf the new root folder. This could have a bad, non booting side effect. Warn user if unmount fails but the filesystem is synced anyway. The rest is handled by the Kernel on reboot.
2023-04-02T5136: properly unmount filesystems after installationChristian Breunig
2023-04-02T4050: replace ntpd with chronyChristian Breunig
2023-03-29T5115: bump version dns-forwarding 3 -> 4Christian Breunig
2023-03-21firewall: T2199: bump CLI version to 9Christian Breunig
2023-02-25T5037: bump interface version 27 -> 28Christian Breunig
2023-02-15ipsec: T4593: bump version 11 -> 12Christian Breunig
2023-02-10interfaces: T4995: bump version 26 -> 27Christian Breunig
2023-01-30Merge pull request #195 from sever-sever/T4916Viacheslav Hletenko
T4916: Bump IPsec config version 10 to 11
2023-01-19Merge pull request #198 from nicolas-fort/snmp_reworkChristian Breunig
T4857: upgrade snmp cli version from 2 to 3
2023-01-18T4857: upgrade snmp cli version from 2 to 3Nicolas Fort
2023-01-17T4916: Bump IPsec config version 10 to 11Viacheslav Hletenko
2023-01-15Merge pull request #196 from c-po/t3008-chronyChristian Breunig
ntp: T3008: update config version 1 -> 2
2023-01-14ntp: T3008: update config version 1 -> 2Christian Breunig
2023-01-09Merge pull request #189 from mcbridematt/t4822-grub-efiChristian Breunig
T4822: install the correct version of GRUB for architecture (arm64)
2023-01-01Merge pull request #190 from c-po/t4284-qosChristian Poessinger
QoS: T4284: bump version 1 -> 2
2022-12-23container: T4870: bump package version 0 -> 1Christian Poessinger
2022-11-17QoS: T4284: bump version 1 -> 2Christian Poessinger
2022-11-17policy: T2199: T4605: bump version 4 -> 5Christian Poessinger
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-10-27Merge pull request #188 from zdc/T4776-sagittaChristian Poessinger
nvme: T4776: Fixed installation to NVME
2022-10-27nvme: T4776: Fixed installation to NVMEzsdc
* fixed NVME drive names parser * replaced partition parser to take into account `p` suffixes on NVME partitions
2022-10-18Merge pull request #186 from sever-sever/T4714Christian Poessinger
T4714: Delete unused ipset from filecaps
2022-10-18T4714: Delete unused ipset from filecapsViacheslav Hletenko
We do not use ipset anymore Delete unused ipset from filecaps r14:~$ file /usr/sbin/ipset /usr/sbin/ipset: cannot open `/usr/sbin/ipset' (No such file or directory)
2022-10-06policy: T4660: bump version 3 -> 4Christian Poessinger
2022-09-26Merge branch 'T4557' of https://github.com/sever-sever/vyatta-cfg-system ↵Christian Poessinger
into current * 'T4557' of https://github.com/sever-sever/vyatta-cfg-system: ids: T4557: bump config version 0 -> 1
2022-09-26ids: T4557: bump config version 0 -> 1Viacheslav Hletenko
2022-09-17pppoe-server: T4703: bump version 5 -> 6Christian Poessinger
2022-09-16Merge branch 'T4118' of https://github.com/sever-sever/vyatta-cfg-system ↵Christian Poessinger
into current * 'T4118' of https://github.com/sever-sever/vyatta-cfg-system: ipsec: T4118: bump config version 9 -> 10
2022-09-16ipsec: T4118: bump config version 9 -> 10Viacheslav Hletenko
2022-08-16Debian: T4584: create custom hostap package used in vyos-1xChristian Poessinger
2022-08-04bgp: T4257: bump version 2 -> 3Christian Poessinger
2022-07-08monitoring: T4411: bump version 0 -> 1Christian Poessinger
2022-07-07system: T4500: bump version 24 -> 25Christian Poessinger
2022-06-21Merge pull request #181 from danhusan/patch-1Christian Poessinger
Make next steps after install more clear
2022-06-21Make next steps after install more clearDaniel Husand
2022-05-31policy: T3976: bump version 2 -> 3Christian Poessinger
2022-05-05quagga: T4414: bump version 9 -> 10Christian Poessinger