From d1a822db957b797133a4024ae2899c78fa00aa5a Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 3 Sep 2019 10:46:28 -0700 Subject: [PATCH] Fix path to generic.prm Also quote ${extra_boot_args} as in the other templates Related: rhbz#1712822 Resolves: rhbz#1746424 --- 80-rhel/live/s390.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/80-rhel/live/s390.tmpl b/80-rhel/live/s390.tmpl index 7db02f0..6ffdc89 100644 --- a/80-rhel/live/s390.tmpl +++ b/80-rhel/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