one-template_proposed.txt
1 |
NAME = [value=""] |
---|---|
2 |
TYPE = [value=""] (? read annotation) |
3 |
LOADER = [value=""] |
4 |
KERNEL = [value="", arguments=""] |
5 |
INITRD = [value=""] |
6 |
BOOTLOADER = [value="", arguments=""] (? read annotation --> con argumentos como atributos) |
7 |
|
8 |
ON_POWEROFF = [value=""] |
9 |
ON_REBOOT = [value=""] |
10 |
ON_CRASH = [value=""] |
11 |
|
12 |
FEATURES = [value1,value2,value3] (to get all the possible features, .e.g FEATURES=[pae,acpi] |
13 |
|
14 |
DISK = [type, driver_name, driver_type, source_type, target_dev, target_bus,readonly={yes,no}] ( we can have one or more ) |
15 |
|
16 |
INTERFACE = [type, source_{network,bridge,address,port},target_dev,mac_address, script_path] |
17 |
GRAPHICS = [type,port,listen,password] |
18 |
|
19 |
PARALLEL = [type, source_path, target_port] |
20 |
SERIAL = [type, source_path, source_mode, source_host, source_ip, target_port, wiredmode_type] |
21 |
CONSOLE = [type,targe_port] |