> 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
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
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
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