mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-12-22 05:35:26 +00:00
Do not install kernel-lpae on 32 bit arm
There is a potential issue with how dtb files are symlinked in /boot if the kernel-lpae is installed last the symlink is pointed there and not all dtb files will be available. kernel-lpae should be installed intentionally Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
01cf9a8b52
commit
20bab5d044
@ -34,6 +34,8 @@ firstboot --reconfig
|
|||||||
@hardware-support
|
@hardware-support
|
||||||
|
|
||||||
kernel
|
kernel
|
||||||
|
# on 32bit arm make sure we only install one kernel
|
||||||
|
-kernel-lpae*
|
||||||
# remove this in %post
|
# remove this in %post
|
||||||
dracut-config-generic
|
dracut-config-generic
|
||||||
-dracut-config-rescue
|
-dracut-config-rescue
|
||||||
|
Loading…
Reference in New Issue
Block a user