Re: Package installation based on package priority

2020-03-30 Diskussionsfäden Thomas Lange
> On Mon, 30 Mar 2020 11:00:46 +0200, Emmanuel Kasper > said: > or if you mean a hook which would on-the-fly generate a > package_config/VAGRANT with the content being fed from > grep-aptavail --no-field-names --show-field Package > --field Priority --regex 'standard\|imp

Re: Package installation based on package priority

2020-03-30 Diskussionsfäden Emmanuel Kasper
Le 28/03/2020 à 17:29, Thomas Lange a écrit : > Hi Emmanuel, Hi Thomas Thanks for the quick feedback. > no this is not possible. In FAI we use deboostrap which already > installs package with priority required and important. In the config > for the cloud images, we use debootstrap --variant=minba

Re: Package installation based on package priority

2020-03-28 Diskussionsfäden Thomas Lange
Hi Emmanuel, no this is not possible. In FAI we use deboostrap which already installs package with priority required and important. In the config for the cloud images, we use debootstrap --variant=minbase which only install required packages. The only way to do it using package_config is to write

Package installation based on package priority

2020-03-28 Diskussionsfäden Emmanuel Kasper
Hi I would like to install all Debian packages from priority important and standard in a FAI disk image. I am using now grep-aptvail and xargs to find this out, like in the following shell snippet config_space/scripts/VAGRANT/20-setup chroot $target grep-aptavail --no-field-names --show-field Pa