forked from pool/livecd-openSUSE
This commit is contained in:
parent
fdc7d85e71
commit
775c8ffbdb
@ -50,7 +50,7 @@ for i in langset NetworkManager firewalld; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
for i in sshd cron wicked purge-kernels; do
|
for i in sshd cron wicked purge-kernels; do
|
||||||
systemctl -f disable $i
|
systemctl -f disable $i || true
|
||||||
done
|
done
|
||||||
|
|
||||||
echo '# multipath needs to be excluded from dracut as it breaks os-prober' > /etc/dracut.conf.d/no-multipath.conf
|
echo '# multipath needs to be excluded from dracut as it breaks os-prober' > /etc/dracut.conf.d/no-multipath.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user