On Mon, Oct 10, 2005 at 03:54:13PM +0200, Sven Luther wrote: > On Mon, Oct 10, 2005 at 03:54:35PM +0200, Harald Görl wrote: > > Sven Luther wrote: > > > > > >and it should be recognized as a chrp_rs6k, so joeyh, i believe there is > > >something seriously broken in rootskel, not sure though. > > > > > >Harald, can you still try one thing, during the install, go to console 2, > > >and > > >grep chrp in /var/lib/cdebconf/* (or well, search for the file, i think you > > >get the idea, the cdebconf file has an entry for the subarch field, filled > > >in > > >by lib-d-i, at least it used to be this way.
Ok, we know the problem here, it was so obvious we missed it. archdetect returns chrp_rs6k, but the atkbd installing code only happens for prep, chrp and chrp_pegasos. When this was first designed, the idea was to have in general the generic chrp case override all sub_chrp if not specifically excluded, but i guess this is no more the case. We need to add chrp_rs6k explicitly here, or do chrp* or something. Friendly, Sven Luther

