[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: debian boot floppies and keyboards.



> > I'ld change it to:
> > 
> > #elif #cpu (powerpc)
> >         prefix="";
> >     if (strcmp(Arch2, "Amiga") == 0) {
> >         choices = keymaps_ami;
> >         nchoices = nchoices_ami;
> >     }
> >     else {
> >         choices= keymaps;
> >         nchoices=sizeof(keymaps)/sizeof(struct d_choices);
> >     }
> 
> Hartmut, can i enable the apus build in the cvs tree ? i think it builds ok,
> all is there, just the amiga-fdisk without readline, but the actual
> boot-floppies don't include that yet.

If you can build the whole boot-floppies for powerpc now (with apus) without
break anything, then go ahead.

The install section for apus is missing in the main Makefile.

 #--------------------------------------------------------
 # Apus install kit
 #--------------------------------------------------------
 ...


Regards,

 

      Hartmut


Reply to: