Changes between Initial Version and Version 1 of rock/one


Ignore:
Timestamp:
Oct 18, 2010, 5:47:48 PM (14 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rock/one

    v1 v1  
     1 * ONE 1.4 版本需要的套件 sudo aptitude install libcurl4-openssl-dev
     2 * OpenNEbula 簡單設定
     3{{{
     4#!sh
     5NAME   = xp
     6CPU    = 1
     7MEMORY = 1024
     8   
     9OS = [ boot = hd ]
     10   
     11DISK = [ source   = /home/rock/xp.img,
     12         clone    = no,
     13         target   = hda,
     14         readonly = no ]
     15   
     16GRAPHICS = [ type ="vnc",
     17             listen ="127.0.0.1",
     18             port = "5901" ]
     19NIC=[
     20  BRIDGE=br0,
     21  IP=140.110.138.X                                                                                 
     22  ]
     23}}}