以下、Linux マシン(クロス実行するマシン)上で実行します。
# mkdir /tmp/work # cd /tmp/work # ftp ftp.debian.org Name (ftp.debian.org:yasunari): ftp Password: あなたのメールアドレス ftp> cd /debian/pool/main/d/debootstrap/ ftp> bin ftp> hash ftp> get debootstrap_0.2.45-0.2_ppc.deb ftp> get debootstrap_0.2.45-0.2_arm.deb ftp> byedebootstrap_0.2.45-0.2_powerpc.deb を展開します。
# ar -x debootstrap_0.2.45-0.2_powerpc.deb # cd / # tar zxvf /tmp/work/data.tar.gz
参考: | LS-GL:debian のインストール |
Unix/Linux System システムからの Debian GNU/Linux のインストール |
# /usr/sbin/debootstrap --arch arm sarge /mnt/debinst http://http.us.debian.org/debian : chroot: cannot execute mount: Exec format error W: Failure trying to run: chroot /mnt/debinst mount -t proc proc /proc umount: /mnt/debinst/dev/pts: not found umount: /mnt/debinst/dev/shm: not found umount: /mnt/debinst/proc/bus/usb: not found umount: /mnt/debinst/proc: not mounted #途中でエラー終了してしまいますが、 「想定内」ですので気にする必要はありません。
参考: | LS-GL:debian のインストール |
Unix/Linux System システムからの Debian GNU/Linux のインストール |
# cd / # tar zcvf /tmp/mnt_debinst.tar.gz mnt/debinst
# ar -x debootstrap_0.2.45-0.2_arm.debarm 用 debootstrap のアーカイブ data.tar.gz が作成されます。
← 必要なもの |
LS-GL で debian を動かそう LinkStation LS-GL Tips/解析結果 LinkStation/玄箱 をハックしよう |
→ initrd.buffalo の作成 |