Update Leap-selfinstall-GNOME/config.sh

This commit is contained in:
Lubos Kocman 2024-06-25 19:27:31 +02:00
parent e53a802607
commit 86362e504d

View File

@ -44,9 +44,9 @@ rpm -qa | grep "^libisl" | xargs -r rpm -e
systemctl -f enable NetworkManager
for i in sshd cron wicked purge-kernels; do
systemctl -f disable $i
done
#for i in sshd cron wicked purge-kernels; do
# systemctl -f disable $i
#done
echo '# multipath needs to be excluded from dracut as it breaks os-prober' > /etc/dracut.conf.d/no-multipath.conf
echo 'omit_dracutmodules+=" multipath "' >> /etc/dracut.conf.d/no-multipath.conf