Changes between Version 4 and Version 5 of jazz/ClassCloud_LiveCD
- Timestamp:
- May 18, 2010, 12:10:21 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/ClassCloud_LiveCD
v4 v5 1 [[PageOutline]] 2 1 3 = Building ClassCloud Live CD = 2 4 3 5 == 2010-05-17 == 6 7 === xPUD === 4 8 5 9 * 昨晚想了很久,或許開始動手寫 code 比規劃半天有用。本想用 Chromium OS 來改,因為它也是基於 Ubuntu/Debian 系列,不過看了 penk 的 [http://penkia.blogspot.com/2010/02/xpud-chromium-os.html xPUD 火力展示:全世界最小的 Chromium OS (58MB)],並考量可能會需要一些 base system 跟 firefox 中鑲嵌 terminal 的需求,決定還是用 [http://github.com/penk/mkxpud mkxpud] 來作好了。 … … 50 54 }}} 51 55 56 === DRBL-Live === 57 52 58 * 好吧,那改試一下先前搞不定的 create-drbl-live 好了,今天總算看清楚文件,有幾個小細節要注意: 53 59 * 要先裝 live helper 與 cdebootstrap ('''這兩個都要使用 DRBL patch 過的版本''')才能使用 … … 69 75 ~$ sudo apt-get update 70 76 ~$ sudo apt-get -y install drbl clonezilla live-helper cdebootstrap zip 77 ~$ sudo /opt/drbl/sbin/drblsrv -i 78 ~$ sudo /opt/drbl/sbin/drblpush -i 71 79 ~$ 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 72 80 }}} 81 * 根據 [attachment:10-05-17_err.log 編譯時的錯誤訊息] 可以知道最好還是跑過 drblsrv -i 跟 drblpush -i 之後再來產生 DRBL Live CD 才會正確。