lorax/share/templates.d/99-generic/live
Adam Williamson 5ace9bdec4 x86.tmpl: initially define compressargs as empty string
pjones and I happened to notice this suspicious line in the
lmc log for a Fedora 27 live image compose:

2017-08-25 16:04:55,327 DEBUG pylorax.ltmpl: template line 25: installimg None usr/share/lorax//product/ images/product.img

That 'None' does not look right. I believe this is the problem.
The command is defined as `installimg ${compressargs} ...`, and
a few lines earlier, `compressargs` is initially assigned (in
Python) as `None`. `None`, in Python, stringifies to the string
'None'. So unless we're on i386 (where `compressargs` gets
defined to an actual string of arguments in a conditional), we
wind up passing in the string 'None' as the first arg to the
`installimg` command.

To fix this, `compressargs` should be initially set to the empty
string rather than `None`.
2017-08-25 13:24:24 -07:00
..
config_files Add support for aarch64 live images 2017-05-30 09:46:10 -07:00
aarch64.tmpl Make 64-bit kernel on 32-bit firmware work for x86 efi machines 2017-08-24 09:27:04 -07:00
arm.tmpl livemedia-creator: Add release license files to / of the iso 2017-03-15 08:22:23 -07:00
efi.tmpl Make 64-bit kernel on 32-bit firmware work for x86 efi machines 2017-08-24 09:27:04 -07:00
ppc.tmpl livemedia-creator: Add release license files to / of the iso 2017-03-15 08:22:23 -07:00
s390.tmpl livemedia-creator: Add release license files to / of the iso 2017-03-15 08:22:23 -07:00
x86.tmpl x86.tmpl: initially define compressargs as empty string 2017-08-25 13:24:24 -07:00