|
first |
a map of lilo settings
example: $[ "conf" :$["global" : // global options
$[
"boot": "/dev/hda",
"default": "linux"
],
"image" : // list of image sections with their options
[
$[
"label": "linux",
"image": "/boot/vmlinuz"
]
]
"other" : [...] // list of other sections
]
"file" : "/etc/lilo.conf" // output file
"execute_lilo" : boolean // execute or don't execute lilo after writing
]
|