071cf7b20f
The old bash-based parsing code was way too complex. Replace it with Lua.
12 lines
348 B
Plaintext
12 lines
348 B
Plaintext
dofile(env.GLUON_TARGETSDIR .. '/x86.inc')
|
|
|
|
factory_image('x86-generic', 'combined-squashfs', '.img.gz')
|
|
factory_image('x86-generic', 'combined-squashfs', '.vdi')
|
|
factory_image('x86-generic', 'combined-squashfs', '.vmdk')
|
|
sysupgrade_image('x86-generic', 'combined-squashfs', '.img.gz', {
|
|
manifest_aliases = {
|
|
'x86-kvm',
|
|
'x86-xen_domu',
|
|
},
|
|
})
|