close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": libsasl2.so.2: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Aug 27, 2010, 10:01:48 PM (15 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v4
|
v5
|
|
| 12 | 12 | {{{ |
| 13 | 13 | kernel.panic = 20 |
| | 14 | }}} |
| | 15 | |
| | 16 | == Debian == |
| | 17 | |
| | 18 | * [參考] Debian GNU/Linux 安裝手冊 - [http://www.debian.org/releases/3.1/i386/ch04s04.html.zh_TW 4.4. 準備從 USB 隨身碟開機的檔案] |
| | 19 | {{{ |
| | 20 | ~$ sudo su - |
| | 21 | ~# wget http://free.nchc.org.tw/debian/dists/Debian5.0.5/main/installer-amd64/current/images/hd-media/boot.img.gz |
| | 22 | ~# zcat boot.img.gz > /dev/sdb |
| | 23 | ~# mount /dev/sdb /mnt |
| | 24 | ~# cd /mnt |
| | 25 | /mnt# wget http://free.nchc.org.tw/debian-cd/current/amd64/iso-cd/debian-505-amd64-businesscard.iso |
| | 26 | ~# cd |
| | 27 | ~# umount /mnt |
| 14 | 28 | }}} |
| 15 | 29 | |