close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": libsvn_ra_serf-1.so.1: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
May 19, 2010, 1:42:32 PM (16 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v12
|
v13
|
|
| 95 | 95 | * 用 QEMU 測試 xPUD 產生的 iso 檔 - [結果] 卡在 |
| 96 | 96 | * [[Image(jazz/ClassCloud_LiveCD:10-05-18_xpud.png)]] |
| | 97 | |
| | 98 | == 2010-05-19 == |
| | 99 | |
| | 100 | {{{ |
| | 101 | ~$ lsb_release -a |
| | 102 | No LSB modules are available. |
| | 103 | Distributor ID: Debian |
| | 104 | Description: Debian GNU/Linux 5.0.4 (lenny) |
| | 105 | Release: 5.0.4 |
| | 106 | Codename: lenny |
| | 107 | ~$ echo "deb http://free.nchc.org.tw/drbl-core drbl stable live-stable" > drbl.list |
| | 108 | ~$ sudo mv drbl.list /etc/apt/sources.list.d/ |
| | 109 | ~$ wget http://drbl.nchc.org.tw/GPG-KEY-DRBL |
| | 110 | ~$ sudo apt-key add GPG-KEY-DRBL |
| | 111 | ~$ sudo apt-get update |
| | 112 | ~$ sudo apt-get -y install drbl clonezilla zip live-helper cdebootstrap |
| | 113 | ~$ sudo /opt/drbl/sbin/drblsrv -i |
| | 114 | ~$ sudo /opt/drbl/sbin/create-drbl-live-by-pkg -m http://free.nchc.org.tw/debian -s http://free.nchc.org.tw/debian-security -e unstable |
| | 115 | }}} |