Changes between Version 10 and Version 11 of jazz/09-02-09


Ignore:
Timestamp:
Feb 9, 2009, 9:56:07 PM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/09-02-09

    v10 v11  
    1010   * [步驟] 採用 Debian Lenny + 2.6.18 核心
    1111{{{
    12 $ sudo apt-get install xserver-xorg-video-vesa xinit xfonts-base xterm bzip2 alsa-utils mpg123-alsa matchbox-desktop
     12### Install Debian Lenny Base System ###
     13$ sudo apt-get install ssh sudo xserver-xorg-video-vesa xinit xfonts-base xterm bzip2 alsa-utils mpg123-alsa matchbox-window-manager
     14$ sudo echo "deb http://free.nchc.org.tw/debian etch main non-free contrib" > /tmp/etch.list
     15$ sudo mv /tmp/etch.list /etc/apt/sources.list.d/
     16$ sudo apt-get update
     17$ sudo apt-get install linux-image-2.6.18-6-686
    1318$ sudo alsaconf
     19$ sudo rm -f /etc/apt/sources.list.d/etch.list
    1420$ export DISPLAY=:0
    1521$ xinit /usr/bin/matchbox-window-manager &