Changes between Version 55 and Version 56 of Xen_Lab1
- Timestamp:
- Oct 23, 2009, 4:10:38 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Xen_Lab1
v55 v56 88 88 84 (xend-relocation-port 8002) 89 89 109 (xend-relocation-hosts-allow '') 90 sudo aptitude install xen-tools 90 91 91 92 128 (network-script 'network-bridge netdev=eth1') … … 93 94 }}} 94 95 * 編輯 Grub 開機選單 95 {{{ 96 {{{sudo aptitude install xen-tools 97 96 98 $ gedit /boot/grub/menu.lst 97 99 }}} … … 164 166 * 使用 '''aptitude install''' 安裝 xen-tools (xen-tools 可以協助我們產生VM的印象檔) 165 167 {{{ 166 $ sudo aptitude install xen-tools168 $ sudo aptitude -y install xen-tools 167 169 }}} 168 170 * 修改 xen-tools 的設定檔 (設定檔位置 /etc/xen-tools) … … 203 205 {{{ 204 206 $ 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 207 211 {{{ 208 212 $ sudo xm list