Fix path to generic.prm

Also quote ${extra_boot_args} as in the other templates

Related: rhbz#1712822
Resolves: rhbz#1746424
This commit is contained in:
Brian C. Lane 2019-09-03 10:46:28 -07:00
parent ec9035988b
commit d1a822db95

View File

@ -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