Changes between Version 12 and Version 13 of jazz/ClassCloud_LiveCD


Ignore:
Timestamp:
May 19, 2010, 1:42:32 PM (14 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/ClassCloud_LiveCD

    v12 v13  
    9595 * 用 QEMU 測試 xPUD 產生的 iso 檔 - [結果] 卡在
    9696  * [[Image(jazz/ClassCloud_LiveCD:10-05-18_xpud.png)]]
     97
     98== 2010-05-19 ==
     99
     100{{{
     101~$ lsb_release -a
     102No LSB modules are available.
     103Distributor ID: Debian
     104Description:    Debian GNU/Linux 5.0.4 (lenny)
     105Release:        5.0.4
     106Codename:       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}}}