Package_config : linux-headers

2014-05-22 Thread Prunk Dump
Hi, I would like to install the linux-headers package using FAI. Usually I launch from the shell : aptitude -r install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') What is the best way to do the same thing with FAI ? Can I put commands in package_config like : ? PACKAGES aptitude-r linux-h

Re: Package_config : linux-headers

2014-05-22 Thread Thomas Lange
> On Thu, 22 May 2014 17:49:55 +0200, Prunk Dump said: > Can I put commands in package_config like : ? > PACKAGES aptitude-r > linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') Crazy idea. Give it a try. FAI only generates a long list of package names and gives them to aptitude.

Re: Package_config : linux-headers

2014-05-22 Thread Prunk Dump
2014-05-22 17:56 GMT+02:00 Thomas Lange : >> On Thu, 22 May 2014 17:49:55 +0200, Prunk Dump >> said: > > > Can I put commands in package_config like : ? > > > PACKAGES aptitude-r > > linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') > > Crazy idea. Give it a try. > FAI only gen

Re: Package_config : linux-headers

2014-05-22 Thread Thomas Lange
> On Thu, 22 May 2014 18:42:27 +0200, Prunk Dump said: > I see in the ChangeLog that there was a NVIDIA class in FAI. Is it > still exists ? I can't find it in the scripts... It was removed in 2004 and was only a small example. You should grep the output of "git log -p" to see what it

Re: Package_config : linux-headers

2014-05-23 Thread Thomas Neumann
On Thursday 22 May 2014 17:49:55 Prunk Dump wrote: > I would like to install the linux-headers package using FAI. Usually I > launch from the shell : > > aptitude -r install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') > > What is the best way to do the same thing with FAI ? *headscratch* Ho

Re: Package_config : linux-headers

2014-05-23 Thread Prunk Dump
2014-05-23 9:55 GMT+02:00 Thomas Neumann : > On Thursday 22 May 2014 17:49:55 Prunk Dump wrote: > > *headscratch* How do you install the linux kernel image? Also via FAI? Why > don't you simply add a matching linux-headers line there? > > Apart from that: Debian and Ubuntu provide non-versioned vir

Re: Package_config : linux-headers

2014-05-23 Thread Thomas Neumann
On Friday 23 May 2014 12:04:02 Prunk Dump wrote: > I my case, I don't what to compile a new linux kernel. I just want to > build the nvidia-glx proprietary kernel module. [I never talked about compiling a kernel. You'd need linux-source* for that.] You should check your setup. If you install 'nvi