root / image_creator / help / image_properties.rst @ bf3a282c
History | View | Annotate | Download (1.1 kB)
1 |
Image properties with special meaning |
---|---|
2 |
===================================== |
3 |
|
4 |
Properties used during image deployment |
5 |
--------------------------------------- |
6 |
- OSFAMILY={linux, windows} |
7 |
This specifies whether this is a Linux or a Windows image. |
8 |
- ROOT_PARTITION=n |
9 |
The partition number of the root partition. |
10 |
- USERS="username1 username2..." |
11 |
This is a space-seperated list of users, whose password will |
12 |
be reset during deployment. |
13 |
- SWAP=<n>:<size> |
14 |
If this property is present, cyclades will create a swap |
15 |
partition with given size at the end of the instance's disk. |
16 |
This property only makes sense for Linux images. |
17 |
|
18 |
Properties used by the ~okeanos User Interface |
19 |
---------------------------------------------- |
20 |
- OS |
21 |
The value of this property is used to associate the image |
22 |
with an Operating System Logo. |
23 |
- DESCRIPTION |
24 |
A short description about the image. |
25 |
- GUI |
26 |
Short description about the Graphical User Interface the |
27 |
image hosts. |
28 |
- KERNEL |
29 |
The kernel version of the image OS. |
30 |
- SORTORDER |
31 |
A number used to sort the available images |