mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-13 20:34:22 +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
b58fae9220
commit
92b54dd826
@ -34,6 +34,8 @@ firstboot --reconfig
|
||||
@hardware-support
|
||||
|
||||
kernel
|
||||
# on 32bit arm make sure we only install one kernel
|
||||
-kernel-lpae*
|
||||
# remove this in %post
|
||||
dracut-config-generic
|
||||
-dracut-config-rescue
|
||||
|
Loading…
Reference in New Issue
Block a user