Changes between Version 33 and Version 34 of Xen_Lustre


Ignore:
Timestamp:
Feb 18, 2009, 2:14:31 PM (16 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_Lustre

    v33 v34  
    1212 * ''__1.2 XEN Packages__''
    1313{{{
    14 $ sudo apt-get install iproute bridge-utils python-twisted gcc binutils make zlib1g-dev python-dev transfig bzip2 \
    15     screen ssh debootstrap libcurl3-dev libncurses5-dev x-dev libsdl1.2-dev bin86 bcc python-pam patch latex-make \
    16     qemu qemu-launcher qemuctl graphviz graphviz-dev lvm2 libvncserver-dev libjpeg62-dev libjpeg62 gettext \
    17     python-xml gawk tetex-extra tetex-base openssl libssl-dev mercurial libc6-dev-i386
     14$ sudo apt-get install iproute bridge-utils python-twisted gcc binutils make zlib1g-dev python-dev transfig \
     15bzip2 screen ssh debootstrap libcurl3-dev libncurses5-dev x-dev libsdl1.2-dev bin86 bcc python-pam patch \
     16latex-make qemu qemu-launcher qemuctl graphviz graphviz-dev lvm2 libvncserver-dev libjpeg62-dev libjpeg62 \
     17gettext python-xml gawk tetex-extra tetex-base openssl libssl-dev mercurial libc6-dev-i386
    1818}}}
    1919
     
    5757$ sudo cp /boot/config-2.6.18.8-xen .config
    5858
    59 // Config  Kernel Option : (1)建議將未來需要的 driver build-in (2)在Local version - append to kernel release 加上 -xen //
     59// Config  Kernel Option :
     60//(1)建議將未來需要的 driver build-in
     61//(2)在Local version - append to kernel release 加上 -xen
     62//(3)把相關網路屬性選上 (Nat, Bridge...)
    6063$ sudo make menuconfig
    6164}}}