Fix path to generic.prm
Also quote ${extra_boot_args} as in the other templates
(cherry picked from commit f24877b06e
)
Resolves: rhbz#1714107
This commit is contained in:
parent
fe414df281
commit
cfc5cea356
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user