#800 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  into  main

Move kernel-lpae* removal to post
Paul Whalen • 3 years ago  
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/NetworkManager/system-connections/*.nmconnection

  

- 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 composes[1].

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

[1] - https://koji.fedoraproject.org/koji/taskinfo?taskID=65387595

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

Pull-Request has been closed by pwhalen

3 years ago
Metadata