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

Re: Ramdisk (initrd) et noyau 2.4



Michel Grentzinger wrote:
> 
> Erwan David wrote:
> 
> > Mais pourquoi avoir des ramdisks et initrd sur un noyau qui n'est pas
> > destiné à l'intsllation ?
> >
> > À part bouffer de la RAM, ça ne sert à rien.
> 
> Ben justement, je veux le virer...
> Mais je n'y arrive pas... :-(
> 
> Qui possède un 2.4 de chez Debian sans le initrd ??
> 

Ici les 3 machines qui tournent avec un noyau 2.4 n'utilisent pas
initrd.
Je ne compile rien en module, a part une machine pour un developpeur qui
possede toute la partie "NLS" et "code page" en module.

Pour compiler, je fais :

cd /usr/src/linux
make xconfig (ou menuconfig)
make-kpkg clean
make-kpkg --revision=custom.1.0 kernel-image
cd ..
dpkg -i kernel-image-2.4.?-custom.1.0.deb
reboot

le lilo.conf contient :

boot=/dev/sda
install=/boot/boot.b
map=/boot/map
vga=normal
delay=20

image=/vmlinuz
        root=/dev/sda2
        label=linux
        read-only

image=/vmlinuz.old
        root=/dev/sda2
        label=old
        read-only


Voila, voila.
-- 
==============================================
|              FREDERIC MASSOT               |
|     http://www.juliana-multimedia.com      |
|   mailto:frederic@juliana-multimedia.com   |
===========================Debian=GNU/Linux===



Reply to: