close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Oct 27, 2009, 2:11:18 PM (16 years ago)
- Author:
-
rock
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v84
|
v85
|
|
| 192 | 192 | * 使用 xen-tools 提供的指令 '''xen-create-image''' 產生一個名為 vm01 虛擬機器的印象檔 (若沒指定 dist ,預設則為 debian etch) |
| 193 | 193 | {{{ |
| | 194 | $ sudo mkdir /home/domains |
| 194 | 195 | $ sudo xen-create-image --hostname=vm01 --ip=192.168.100.X --mac=00:16:XX:XX:XX:XX |
| 195 | 196 | (若是有中途取消操作,先 umount /tmp/XXXXXX ,再重新下指令 $ sudo xen-create-image --hostname=vm01 --ip=192.168.100.X --mac=00:16:XX:XX:XX:XX --force ) |