0 Members and 1 Guest are viewing this topic.
dpkg : error : unable to access dpkg status area : No such file or directory
# Make sure we have the appropriate packages.apt-get install debootstrap multistrap binfmt-support# This package ought to register the appropriate definitions for binfmt-supportapt-get install qemu-user-static# Load binfmt supportmodprobe binfmt_misc# Start a debootstrap that will fail when trying to install the packagesmkdir $DEST_DIRcd $DEST_DIRdebootstrap --verbose --arch=armel sid . http://ftp.fr.debian.org/debian/# Fix it. ln assumes the programs are on the same partition, use cp instead if they aren't.ln /usr/bin/qemu-arm-static ./usr/bin/qemu-arm-static# Start debootstrap again, and while at it, we can add some packages into the mix :)debootstrap --verbose --arch=armel --include=locales,build-essential sid . http://ftp.fr.debian.org/debian/
kernel Linux/zImage.tnscmdline root=/dev/sda1 rootdelay=10 cx_usb_otgboot