summaryrefslogtreecommitdiff
path: root/data/live-build-config/package-lists
AgeCommit message (Collapse)Author
2020-01-03Restore openvmtools the dirty way until a clean way is in place.Daniil Baturin
2019-12-02ndisc6: add ICMPv6 Neighbor Discovery toolChristian Poessinger
(cherry picked from commit 3206c774c70dc87aaf7301b111f82df8d897bb12)
2019-09-04[service https] T1443: add nginx and ssl-cert packages; disable nginx onJohn Estabrook
boot. Conflicts: data/live-build-config/hooks/live/18-enable-disable_services.chroot
2019-06-19T1453: add missing nss-myhostname packageChristian 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 (cherry picked from commit 70366de29543a5b66e7ea7a42f2b01e0eec06689)
2019-04-23T41: include bgpq3 for BGP policy creationChristian 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 (cherry picked from commit ddfa418a3ed9239097e7456b1319c4c192b9742f)
2019-03-31Remove unnecessary locale files at build time to reduce the image size.Daniil Baturin
2018-11-25T859: 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-21T718, T912, T911: add monitoring utilities (atop, htop, iotop).Daniil Baturin
2018-10-15T455: Add haveged packagehagbard
2018-06-25nmap was listed twice.hagbard
2018-06-21T703: add 'nmap' to utils package listChristian Poessinger
VyOS scripts do not use it, people certainly do.
2018-06-15T697: add openssh-client to the utils package list.Daniil Baturin
VyOS scripts do not use it, but people certainlt do.
2018-06-14T697: move lsof and iftop to the utils package list.Daniil Baturin
2018-05-15T637: remove tcpdump from the "extras" to move it to the vyos-1x dependencies.Daniil Baturin
2018-05-15Reduce 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-05T620: include iperf in the image.Daniil Baturin
2018-01-07T341: Add 'wakeonlan' tools to base imageChristian Poessinger
2017-12-26Replace vim-tiny with vimChristian Poessinger
2016-02-02Add some more useful stuff to the utils package list.Daniil Baturin
2016-02-01Add vyos-world to the base packagelist.Daniil Baturin
2016-02-01Add grub2 to base package list, is needed for installs.Kim Hagen
2016-01-24Keep all common live-build config data in data/live-build-configDaniil Baturin
If more granular data modification is needed, it can be stored in other data/ subdirs.