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

Re: 2.4 bootdisk for testing?



#include <hallo.h>
Jørgen Hermanrud Fjeld  wrote on Tue Sep 04, 2001 um 09:44:24PM:

> Are there any plans to have kernel 2.4.x boot-disks for testing?
> If there are/aren't could someone point me to more information about this, 
> woes, obstacles, etc.

The current kernel scheme is attached. For i386, I created a special
variant with 2.4.7 a while ago. http://people.debian.org/~blade/bf-ext3/

Gruss/Regards,
Eduard.

# kver      = main kernel for bootdisks
ifeq "$(architecture)" "alpha"
    kver	:= 2.2.19
endif
ifeq "$(architecture)" "arm"
    kver	:= 2.2.19
endif
ifeq "$(architecture)" "i386"
    kver	:= 2.2.19
endif
ifeq "$(architecture)" "m68k"
    kver	:= 2.2.19
endif
ifeq "$(architecture)" "powerpc"
    kver	:= 2.2.19
    pcmcia_kver := 2.2.19-pmac
    apuskver	:= 2.2.10
endif
ifeq "$(architecture)" "sparc"
    kver	:= 2.2.19
    kver_sun4u	:= 2.4.7
endif
ifeq "$(architecture)" "ia64"
    kver	:= 2.4.9
endif
ifeq "$(architecture)" "hppa"
    kver	:= 2.4.9
endif
ifeq "$(architecture)" "mips"
    kver        := 2.4.5
endif
ifeq "$(architecture)" "mipsel"
    kver        := 2.4.5
endif
ifeq "$(architecture)" "s390"
    kver	:= 2.4.5
endif
-- 
>> "Genieße dein Leben ständig, denn du bist länger tot als lebendig."



Reply to: