Changes between Version 55 and Version 56 of Xen_Lab1


Ignore:
Timestamp:
Oct 23, 2009, 4:10:38 PM (15 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_Lab1

    v55 v56  
    888884  (xend-relocation-port 8002)
    8989109 (xend-relocation-hosts-allow '')
     90sudo aptitude install xen-tools
    9091
    9192128  (network-script 'network-bridge netdev=eth1')
     
    9394}}}
    9495 * 編輯 Grub 開機選單
    95 {{{
     96{{{sudo aptitude install xen-tools
     97
    9698$ gedit /boot/grub/menu.lst
    9799}}}
     
    164166 * 使用 '''aptitude install''' 安裝 xen-tools (xen-tools 可以協助我們產生VM的印象檔)
    165167{{{
    166 $ sudo aptitude install xen-tools
     168$ sudo aptitude -y install xen-tools
    167169}}}
    168170 * 修改 xen-tools 的設定檔 (設定檔位置 /etc/xen-tools)
     
    203205{{{
    204206$ sudo xm create /etc/xen/vm01.cfg
    205 }}}
    206  * 檢查此 vm01 是否正常開啟
     207($ sudo xm create /etc/xen/vm01.cfg -C )
     208}}}
     209 * 檢查此 vm01 是否正常開啟sudo aptitude install xen-tools
     210
    207211{{{
    208212$ sudo xm list