Re: Installation of debian testing packets...

2020-07-16 Diskussionsfäden Dirk Geschke
Hi Thomas, > >PACKAGES install-testing > What about this? It's more general and may be used for other strange > things. Still needs to be implemented. > > PACKAGES install options="-t testing" > > or > > PACKAGES install release=testing > > which is easier to understand but would be li

Re: Installation of debian testing packets...

2020-07-16 Diskussionsfäden Thomas Lange
> On Thu, 16 Jul 2020 08:33:52 +0200, Dirk Geschke > said: >PACKAGES install-testing What about this? It's more general and may be used for other strange things. Still needs to be implemented. PACKAGES install options="-t testing" or PACKAGES install release=testing which is

Re: Installation of debian testing packets...

2020-07-15 Diskussionsfäden Dirk Geschke
Hi Thomas, > > does someone know, how to install via FAI testing packets, whereas > > most are installed via stable aka buster? > We do this for backports kernel in package_config. The line > linux-image-amd64/buster-backports > will tell install_packages to give this to apt-get/apt which

Re: Installation of debian testing packets...

2020-07-15 Diskussionsfäden Thomas Lange
> On Wed, 15 Jul 2020 19:10:53 +0200, Dirk Geschke > said: > does someone know, how to install via FAI testing packets, whereas > most are installed via stable aka buster? We do this for backports kernel in package_config. The line linux-image-amd64/buster-backports will tell ins

Re: Installation of debian testing packets...

2020-07-15 Diskussionsfäden Sven Schumacher
Hallo Dirk, Du kannst apt-pinning nutzen um die sourceslist um andere Releases zu erweitern und zu definieren, welche Pakete von wo installiert werden sollen. Ich meine auch mich zu entsinnen, dass die Angabe von Paketname/testing Bei install_package Funktioniert. Mit freundlichen Grüßen Sven

Installation of debian testing packets...

2020-07-15 Diskussionsfäden Dirk Geschke
Hi all, does someone know, how to install via FAI testing packets, whereas most are installed via stable aka buster? I need some testing packages, but want as much as possible to be stable packages. As far as I see, there is no such option for install_package? Maybe I can hack install_package, b