do not remove /boot/dtb lol

This commit is contained in:
Pratham Patel 2023-08-10 18:47:09 +05:30
parent 5761ad1934
commit 561eb50429
No known key found for this signature in database
1 changed files with 0 additions and 5 deletions

View File

@ -14,11 +14,6 @@ dnf list installed | grep 'dracut-config-generic' > /dev/null && \
# /lib/kernel/install.d/10-devicetree.install remove
#fi
# remove '/boot/dtb' because the kernel should use '/boot/dtb'
if [ -d /boot/dtb ]; then
rm -r -v -f /boot/dtb
fi
# Kernel selection at boot
cat << EOF > /etc/sysconfig/kernel
# This file was generated by the Kickstart repository used to create this disk image