close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

jazz/ClassCloud_LiveCD: 10-05-23_create-drbl-live-on-lenny.sh

File 10-05-23_create-drbl-live-on-lenny.sh, 708 bytes (added by jazz, 14 years ago)
Line 
1dpkg --get-selections > before.pkg.list
2echo "deb http://free.nchc.org.tw/drbl-core drbl stable" > drbl.list
3sudo mv drbl.list /etc/apt/sources.list.d/
4wget http://drbl.nchc.org.tw/GPG-KEY-DRBL
5sudo apt-key add GPG-KEY-DRBL
6sudo apt-get update
7sudo apt-get -y install drbl
8sudo /opt/drbl/sbin/drblsrv -i -c n -n n -m n -g n -k 2 -o 1
9echo "deb http://free.nchc.org.tw/drbl-core drbl live-unstable" > drbl-live.list
10sudo mv drbl-live.list /etc/apt/sources.list.d/
11sudo apt-get update
12sudo apt-get -y install live-helper cdebootstrap zip
13sudo /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
14dpkg --get-selections > after.pkg.list