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

Re: qemubuilder - are there precompiled kernel-images with ipv6 and ext3 support built-in



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!


Reply to: