From cfc5cea356a2941a4176703153d288a0bafe4c1a Mon Sep 17 00:00:00 2001 From: Jan Stodola Date: Tue, 21 May 2019 19:08:35 +0200 Subject: [PATCH] Fix path to generic.prm Also quote ${extra_boot_args} as in the other templates (cherry picked from commit f24877b06ed479aae17b5231b7b89a5c5b0346a1) Resolves: rhbz#1714107 --- share/templates.d/99-generic/live/s390.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/templates.d/99-generic/live/s390.tmpl b/share/templates.d/99-generic/live/s390.tmpl index 7db02f0f..6ffdc894 100644 --- a/share/templates.d/99-generic/live/s390.tmpl +++ b/share/templates.d/99-generic/live/s390.tmpl @@ -22,7 +22,7 @@ install ${configdir}/generic.ins . ## configure bootloader replace @INITRD_LOAD_ADDRESS@ ${INITRD_ADDRESS} generic.ins -replace @EXTRA@ ${extra_boot_args} generic.prm +replace @EXTRA@ '${extra_boot_args}' ${BOOTDIR}/generic.prm ## install kernel installkernel images-${basearch} ${kernel.path} ${KERNELDIR}/kernel.img