testing testing testing
This commit is contained in:
parent
a4713b86b0
commit
d3fc7123b5
@ -10,9 +10,9 @@ dnf list installed | grep 'dracut-config-generic' > /dev/null && \
|
|||||||
rpm -e dracut-config-generic
|
rpm -e dracut-config-generic
|
||||||
|
|
||||||
# TODO: Add a comment to show what this is doing
|
# TODO: Add a comment to show what this is doing
|
||||||
if [ -x /lib/kernel/install.d/10-devicetree.install ]; then
|
#if [ -x /lib/kernel/install.d/10-devicetree.install ]; then
|
||||||
/lib/kernel/install.d/10-devicetree.install remove
|
# /lib/kernel/install.d/10-devicetree.install remove
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
# remove '/boot/dtb' because the kernel should use '/boot/dtb'
|
# remove '/boot/dtb' because the kernel should use '/boot/dtb'
|
||||||
if [ -d /boot/dtb ]; then
|
if [ -d /boot/dtb ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user