1
0
Dominique Leuenberger 2022-11-18 06:21:17 +00:00 committed by Git OBS Bridge
parent fdc7d85e71
commit 775c8ffbdb

View File

@ -50,7 +50,7 @@ for i in langset NetworkManager firewalld; do
done
for i in sshd cron wicked purge-kernels; do
systemctl -f disable $i
systemctl -f disable $i || true
done
echo '# multipath needs to be excluded from dracut as it breaks os-prober' > /etc/dracut.conf.d/no-multipath.conf