lorax/share/templates.d/99-generic/live
Adam Williamson 4ce386fe2d Fix broken single-item tuples in a few places
When we stopped caring about ppc and ppc64, we changed several
instances of three-item tuples:

("ppc", "ppc64", "ppc64le")

into...this:

("ppc64le")

which is not a single item tuple, but just the string "ppc64le"
in some extraneous braces. It so happens that the right thing
still happened in all relevant cases , we think, but it's wrong.
There's no need to be using an iterator at all for a single
item, so just change them all to == "ppc64le" or != "ppc64le" as
appropriate.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-09-14 14:06:46 -07:00
..
config_files drop 32-bit support from ppc live image grub.cfg 2020-05-19 14:10:50 -07:00
aarch64.tmpl aarch64: Fix live-iso creation on aarch64 2019-09-25 11:07:20 -07:00
arm.tmpl livemedia-creator: Add release license files to / of the iso 2017-03-15 08:22:23 -07:00
efi.tmpl Add extra boot args to the livemedia-creator iso templates 2019-03-26 11:06:57 -07:00
live-install.tmpl Fix broken single-item tuples in a few places 2020-09-14 14:06:46 -07:00
ppc64le.tmpl Add -iso-level 3 when the install.img is > 4GiB 2019-04-05 15:06:48 -07:00
s390.tmpl Add live iso support to s390 2019-10-31 09:47:18 -07:00
x86.tmpl Add -iso-level 3 when the install.img is > 4GiB 2019-04-05 15:06:48 -07:00