Re: [arch-general] configuring the kernel in a chroot using devtools

2013-08-10 Thread Joakim Hernberg
On Sat, 10 Aug 2013 19:37:02 +0200 Ike Devolder wrote: > When you want to configure your kernel, the logging redirection must > not be there. > > so the quickest solution i can think of is edit /usr/bin/makechrootpkg > > line 171, change the makepkg_args to: > makepkg_args='-s --noconfirm' > so

Re: [arch-general] configuring the kernel in a chroot using devtools

2013-08-10 Thread Ike Devolder
Op zaterdag 10 augustus 2013 16:43:45 schreef Joakim Hernberg: > Hi there, > > I occasionally need to create new kernel config files for the > aur/linux-rt package. Since I try to keep the config as close as > possible to core/linux, I regularly pick up the config files > from core/linux and then

[arch-general] configuring the kernel in a chroot using devtools

2013-08-10 Thread Joakim Hernberg
Hi there, I occasionally need to create new kernel config files for the aur/linux-rt package. Since I try to keep the config as close as possible to core/linux, I regularly pick up the config files from core/linux and then apply the changes needed to make a good -rt kernel. My problem is to crea