Fix path to generic.prm

Also quote ${extra_boot_args} as in the other templates

Resolves: rhbz#1712491
This commit is contained in:
Jan Stodola 2019-05-21 18:07:09 +02:00 committed by Alexander Todorov
parent 5f050669e6
commit 15772acfd1
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,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