| 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 | }}} |