summaryrefslogtreecommitdiff
path: root/data/package-lists
AgeCommit message (Collapse)Author
2019-03-22[vyos-dev] remove linux-perf packageChristian Poessinger
Linux-perf package is no longer available, thus removed. It was also only available for Kernel 4.9 where we use 4.19. Fixes: E: Unable to locate package linux-perf
2019-03-02VyOS base image requires aptitude - remove it from special dev package listChristian Poessinger
Commit 743ec288637b ("T859: add aptitude to the default package lists.") added aptitude to the base packages as it's required by grub-efi. Thus we do not need to install it via the dev packages list and can keep a single source.
2019-01-28open-vm-tools is now a dependency of vyos-vmwaretools-scriptshagbard
2019-01-18Adding vyos-netplug to installation package listhagbard
2019-01-17adding vyos-xe-guest-utilities since it was removed from vyos-world pointing ↵hagbard
to that spot here.
2019-01-16developer: add linux-perf package to vyos-dev apt packagesChristian Poessinger
2018-11-25Remove ofed-scripts, since we are using kernel built-in drivers now.Daniil Baturin
2018-11-25T996: add hyperv-daemons package.Daniil Baturin
2018-10-02Remove mlnx-ofed-kernel-modules package from ISOChristian Poessinger
2018-09-19ISO: remove iser-modules as it is build against Kernel 4.14Christian Poessinger
2018-06-25Add aptitude and apt-rdepends to the dev package lists. They come in handy ↵Daniil Baturin
for untangling package dependencies.
2018-04-30T584: include Mellanox OFED drivers in the image.Daniil Baturin
2018-04-26T610: Add qemu-guest-agent into VyOS ISOChristian Poessinger
2016-05-24update clearfog script nameKim Hagen
add x86 specific packages to vyos-x86.list.chroot
2016-05-24add build options for clearfogKim Hagen
2016-04-13For the ARM porting story: add copying a package list with arch-specific ↵Daniil Baturin
packages to the build-flavour script. Right now it only includes grub-pc.
2016-02-03Add a script for copying various files to the build config dir depending on ↵Daniil Baturin
build flavour.
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.
2015-12-18Add package lists support.Daniil Baturin
The idea is that package lists in data/package-lists/common/ will be used by all build flavours, while special individual build flavours may have their own additional package lists defined by configure options.