wiki:jazz/ClassCloud_LiveCD

Version 1 (modified by jazz, 14 years ago) (diff)

--

Building ClassCloud Live CD

2010-05-17

  • 測試環境:Debian GNU/Linux 5.0.4 (lenny)
    jazz@Wdebian:~$ lsb_release -a
    No LSB modules are available.
    Distributor ID: Debian
    Description:    Debian GNU/Linux 5.0.4 (lenny)
    Release:        5.0.4
    Codename:       lenny
    
  • 取得 xPUD mkxpud 原始碼 - (1) 先安裝 git (注意套件名稱是 git-core 不是 git 喔!!) (2) 從 github 下載原始碼
    jazz@Wdebian:~$ sudo apt-get install git-core
    jazz@Wdebian:~$ git clone git://github.com/penk/mkxpud.git
    
  • 由於會使用到 mksqushfs 跟 mkiofs 指令,因此就必須安裝 squashfs-tools 與 mkisofs 兩個套件。另外,因為會用到 ttf-droid 套件,只有 Ubuntu 有包,Debian 沒有,所以就只好從 Ubuntu 借了。
    jazz@Wdebian:~$ http://mirrors.kernel.org/ubuntu/pool/universe/t/ttf-droid/ttf-droid_1.00~b112+dfsg+1-0ubuntu1_all.deb
    jazz@Wdebian:~$ dpkg -i ttf-droid_1.00~b112+dfsg+1-0ubuntu1_all.deb
    jazz@Wdebian:~$ sudo apt-get install squashfs-tools mkisofs
    jazz@Wdebian:~$ cd mkxpud/
    jazz@Wdebian:~/mkxpud$ sudo ./tools/mkxpud all
    
  • [結果] 失敗!!! 看樣子 xPUD 的 mkxpud 一定得在 Ubuntu 系列執行才可以 :( - 沒仔細看文件的下場 ....
    To generate a xPUD image, you will need:
    
       1. a working Ubuntu 9.10 installation  <---------------- ㄜ!!!! 2.6.28.cookbook jaunty.cookbook xpud089.cookbook default.cookbook lucid.cookbook 都是 ubuntu 系列
       2. sudo permission to install packages on the host and testing
       3. Internet access to download packages (if required)
       4. at least 500MB of hard disk free space
    

Attachments (10)