This is an old revision of the document!
Table of Contents
How-to chroot into Debian
Files needed
Installing steps
mkdir /mnt/HD_a2/work && cd /mnt/HD_a2/work
ln -s /mnt/HD_a2/bzip2 /mnt/HD_a2/bzcat
/mnt/HD_a2/bzcat debootstrap-0.3.3.1_uclibc_powerpc.tar.bz2 | /mnt/HD_a2/tar -xvf -
export DEBOOTSTRAP_DIR=`pwd`/usr/lib/debootstrap
./usr/sbin/debootstrap –arch powerpc sid /mnt/HD_a2/debian http://ftp.nl.debian.org/debian
cp /etc/resolv.conf /mnt/HD_a2/debian/etc/resolv.conf
mount -t proc proc /mnt/HD_a2/debian/proc
cd /
chroot /mnt/HD_a2/debian
apt-get update
apt-get install locales
dpkg-reconfigure locales
This wiki page is writing in progress.