Am 16.03.2012 12:31, schrieb Benoît Knecht: > Well, that might not be the fastest way, but the following works just > fine to generate the initrd; all you need is debootstrap, binfmt-support > and qemu-user-static installed (I will assume you want and armel > kernel/initrd in this example, but the same should apply for other > architectures): > > debootstrap --arch=armel --foreign --variant=minbase sid rootfs-armel-sid > cp /usr/bin/qemu-arm-static rootfs-armel-sid/usr/bin/ > chroot rootfs-armel-sid/ > debootstrap/debootstrap --second-stage > echo "deb ftp://ftp.debian.org/debian/ sid main" >> etc/apt/sources.list > apt-get update > (You may want to mount /dev, /dev/pts /proc and /sys at this point.) > apt-get install linux-image-versatile > (And umount anything you mounted here.) > exit > > You should now have and initrd image in rootfs-armel-sid/boot/.
That did do the trick! Everything runs smooth and fine now. Thanks a lot to you! -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4f6342bf.9070...@googlemail.com