#801 Remove kernel-lpae* in post on 32-bit arm
Closed 3 years ago by pwhalen. Opened 3 years ago by pwhalen.
pwhalen/fedora-kickstarts remove-lpae-f34  into  f34

file modified
+1 -3
@@ -34,8 +34,6 @@ 

  @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
@@ -83,7 +81,7 @@ 

  # The enp1s0 interface is a left over from the imagefactory install, clean this up

  rm -f /etc/sysconfig/network-scripts/ifcfg-enp1s0

  

- dnf -y remove dracut-config-generic

+ dnf -y remove dracut-config-generic kernel-lpae*

  

  # Remove machine-id on pre generated images

  rm -f /etc/machine-id

Remove kernel-lpae* in post rather than trying to exclude from the installation. This fixes the armhfp disk failures in the latest f34 and rawhide composes.

Signed-off-by: Paul Whalen pwhalen@fedoraproject.org

After speaking with dgilmore, I've filed an anaconda bug[1]. I'll leave the PR open in case we need to use a workaround for F34.

https://bugzilla.redhat.com/show_bug.cgi?id=1947157

Closing as this will now be handled in anaconda (bz#1947157).

Pull-Request has been closed by pwhalen

3 years ago
Metadata