#1 2011-10-31 17:58:25
Gentoo 測試
之前在MZK-NAS01SG測試過Gentoo, 在臺灣的鏡射站台內, 有mips32el的壓縮檔, 下載測試玩玩.
1. 下載stage3
# aria2c --event-poll=poll ftp://gentoo.cs.nctu.edu.tw/distribution/gentoo/gentoo-distfiles/experimental/mips/stages/stage3-mips32el-20110820.tar.bz2
2. 解壓縮
# tar -xjvf stage3-mips32el-20110820.tar.bz2 -C Gentoo
3. 查busybox
# file Gentoo/bin/busybox
Gentoo/bin/busybox: ELF 32-bit LSB executable, MIPS, MIPS32 version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.9, with unknown capability 0xf41 = 0x756e6700, with unknown capability 0x70100 = 0x1040000, stripped
4. chroot進入
# chroot Gentoo
5. 測試busybox
# busybox --help
BusyBox v1.19.0 (2011-09-04 05:47:09) multi-call binary.
Copyright (C) 1998-2011 Erik Andersen, Rob Landley, Denys Vlasenko
and others. Licensed under GPLv2.
See source distribution for full notice.
...
6. 離開
# exit
除Debian外, 還有Gentoo可玩. 有興趣的網友可試試.
離線