SoftwareDesign 2010/1
(
Amazon
)
の
P150 の「debootstrap の取得」から
P152 の「debootstrap の実行」まで
root@TS-WXL3B3:~# cd /tmp root@TS-WXL3B3:/tmp# wget http://ftp.jp.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.22_all.deb Connecting to ftp.jp.debian.org (202.229.186.27:80) debootstrap_1.0.22_a 100% |*******************************| 57090 --:--:-- ETA root@TS-WXL3B3:/tmp#
root@TS-WXL3B3:/tmp# ar -xv debootstrap_1.0.22_all.deb rw-r--r-- 0/0 4 Feb 23 04:54 2010 debian-binary rw-r--r-- 0/0 1176 Feb 23 04:54 2010 control.tar.gz rw-r--r-- 0/0 55721 Feb 23 04:54 2010 data.tar.gz root@TS-WXL3B3:/tmp#
root@TS-WXL3B3:/tmp# cd / root@TS-WXL3B3:/# tar zxvf tmp/data.tar.gz ./ ./usr/ ./usr/sbin/ ./usr/sbin/debootstrap ./usr/share/ ./usr/share/man/ ./usr/share/man/man8/ ./usr/share/man/man8/debootstrap.8.gz ./usr/share/doc/ ./usr/share/doc/debootstrap/ ./usr/share/doc/debootstrap/README ./usr/share/doc/debootstrap/changelog.gz ./usr/share/doc/debootstrap/copyright ./usr/share/debootstrap/ ./usr/share/debootstrap/functions ./usr/share/debootstrap/devices.tar.gz ./usr/share/debootstrap/scripts/ ./usr/share/debootstrap/scripts/sid ./usr/share/debootstrap/scripts/feisty ./usr/share/debootstrap/scripts/dapper ./usr/share/debootstrap/scripts/woody.buildd ./usr/share/debootstrap/scripts/warty.buildd ./usr/share/debootstrap/scripts/woody ./usr/share/debootstrap/scripts/gutsy ./usr/share/debootstrap/scripts/hoary ./usr/share/debootstrap/scripts/potato ./usr/share/debootstrap/scripts/sarge.buildd ./usr/share/debootstrap/scripts/edgy ./usr/share/debootstrap/scripts/hoary.buildd ./usr/share/debootstrap/scripts/sarge ./usr/share/debootstrap/scripts/warty ./usr/share/debootstrap/scripts/breezy ./usr/share/debootstrap/scripts/sarge.fakechroot ./usr/share/debootstrap/scripts/stable ./usr/share/debootstrap/scripts/etch ./usr/share/debootstrap/scripts/squeeze ./usr/share/debootstrap/scripts/lucid ./usr/share/debootstrap/scripts/etch-m68k ./usr/share/debootstrap/scripts/intrepid ./usr/share/debootstrap/scripts/jaunty ./usr/share/debootstrap/scripts/karmic ./usr/share/debootstrap/scripts/lenny ./usr/share/debootstrap/scripts/testing ./usr/share/debootstrap/scripts/unstable ./usr/share/debootstrap/scripts/hardy root@TS-WXL3B3:/#
root@TS-WXL3B3:/# usr/sbin/debootstrap --arch armel lenny /mnt/debinst http://ftp.jp.debian.org/debian I: Retrieving Release I: Retrieving Packages I: Validating Packages : : I: Configuring apt-utils... I: Configuring aptitude... I: Configuring tasksel-data... I: Configuring tasksel... I: Base system installed successfully. root@TS-WXL3B3:/#できたぁ!
|
← 標準ファーム(HDD root) の ar |
ハックの記録 LinkStation/玄箱 をハックしよう |
→ 基本システムの設定 |