Les initrd générés par initramfs-tools ne sont plus des images CRAMFS
mais une archive CPIO compressée : pour extraire son contenu, faire :
Effectivement, merci ;) . Toujours d'après http://kernel-handbook.alioth.debian.org/ch-initrd.html

je peux:

$ mkdir -p /tmp/initrd
$ cd /tmp/initrd
$ cp /boot/initrd.img-2.6.18-3-686 ./initrd.gz
$ gzip -d initrd.gz
$ cpio -i < initrd

Du coup je connais le contenu de /boot/initrd.img-2.6.18-3-686 généré à l'install du package linux-image et de /boot/initrd.img-2.6.18-3-686 généré avec l'intégration de DSDT.aml. Mais comment vérifier que mon nouveau initrd.img est correct ?

a+

f.


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Répondre à