Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-02 | ndisc6: add ICMPv6 Neighbor Discovery tool | Christian Poessinger | |
(cherry picked from commit 3206c774c70dc87aaf7301b111f82df8d897bb12) | |||
2019-07-22 | Merge remote-tracking branch 'origin/current' into equuleus | Runar Borge | |
fixed merge errors in: * scripts/live-build-config - kernel parameters * scripts/build-packages - fixed list of packages to compile | |||
2019-07-01 | [service https] T1443: add nginx and ssl-cert packages; disable nginx on | John Estabrook | |
boot. | |||
2019-06-19 | T1453: add missing nss-myhostname package | Christian Poessinger | |
Jun 18 17:56:10 localhost systemd-hostnamed[1434]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname! Jun 18 17:56:34 localhost sudo: root : unable to resolve host vyos-r1-brn | |||
2019-05-01 | Utils: replace netcat(6) with netcat-openbsd | Christian Poessinger | |
Debian Buster does no longer provide packages like netcat and netcat6 | |||
2019-04-23 | T41: include bgpq3 for BGP policy creation | Christian Poessinger | |
Build Debian upstream bgpq3 froum source: $ git clone https://salsa.debian.org/debian/bgpq3.git $ cd bgpq3 $ git checkout debian/0.1.33-1 $ dpkg-buildpackage -uc -us -tc -b | |||
2019-03-31 | Remove unnecessary locale files at build time to reduce the image size. | Daniil Baturin | |
2019-02-22 | Revert "Feature: T405 - Add binaries for lcdproc, lcdproc-extra-drivers" | hagbard | |
This reverts commit 6af43c03587072083db82b756c4b0b38290d0191. Package gets moved into depends of vyos-1x | |||
2019-02-22 | Feature: T405 - Add binaries for lcdproc, lcdproc-extra-drivers | hagbard | |
- native debian packages | |||
2018-11-25 | T859: add aptitude to the default package lists. | Daniil Baturin | |
apt-get download doesn't work right, so the hook for downloading the grub-efi packages needs aptitude, sadly. | |||
2018-10-21 | T718, T912, T911: add monitoring utilities (atop, htop, iotop). | Daniil Baturin | |
2018-10-15 | T455: Add haveged package | hagbard | |
2018-06-25 | nmap was listed twice. | hagbard | |
2018-06-21 | T703: add 'nmap' to utils package list | Christian Poessinger | |
VyOS scripts do not use it, people certainly do. | |||
2018-06-15 | T697: add openssh-client to the utils package list. | Daniil Baturin | |
VyOS scripts do not use it, but people certainlt do. | |||
2018-06-14 | T697: move lsof and iftop to the utils package list. | Daniil Baturin | |
2018-05-15 | T637: remove tcpdump from the "extras" to move it to the vyos-1x dependencies. | Daniil Baturin | |
2018-05-15 | Reduce image bloat. | Daniil Baturin | |
1. Do not install "recommended" packages 2. Do not keep apt indices in the binary image 3. Clean up firmware packages that are installed by metapackages but are not required for for network or storage hardware. 4. Revert vim to vim-tiny | |||
2018-05-05 | T620: include iperf in the image. | Daniil Baturin | |
2018-01-07 | T341: Add 'wakeonlan' tools to base image | Christian Poessinger | |
2017-12-26 | Replace vim-tiny with vim | Christian Poessinger | |
2016-02-02 | Add some more useful stuff to the utils package list. | Daniil Baturin | |
2016-02-01 | Add vyos-world to the base packagelist. | Daniil Baturin | |
2016-02-01 | Add grub2 to base package list, is needed for installs. | Kim Hagen | |
2016-01-24 | Keep all common live-build config data in data/live-build-config | Daniil Baturin | |
If more granular data modification is needed, it can be stored in other data/ subdirs. |