-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathREADME.variables
40 lines (27 loc) · 1.8 KB
/
README.variables
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
The following is a description of some of the more commonly used
variables employed during installer or live image creation.
INSTALL_GRUBCFG: The grub configuration file used when creating an
installer image (unused when creating a live image).
INSTALL_USE_GPT: When creating a new partition table use GUID
Partition Table. It it usually best to use GPT
when your target system uses UEFI. Usually you
want to combine this with including 'efi' in
MACHINE_FEATURES when building your images.
The default is to use MBR.
INSTALL_ROOTFS: The 'bare metal' rootfs image. Passed to the installer
when performing an install or creating a live image.
HDINSTALL_ROOTFS: The rootfs image which will be used as the rootfs of the
installer (unused when creating a live image).
HDINSTALL_CONTAINERS: In the case of installer generation this is the
list of containers to cp to the install media,
This list will be copied to the installer config
and thus used when the installer performs an
install. In the case of generatiing a live image
this list will be the containers installed in
the live image. Container names can include
attribute suffixes.
NETWORK_DEVICE: The network device to passthrough to the network
prime. The network prime is defined by the
'net=1' attribute being set for a container.
GRUB_KERNEL_PARAMS: Kernel parameters appended to the boot line used by the
installed or live images. (cubeit-installer, x86 only).