Update Leap-selfinstall-GNOME/config.sh
This commit is contained in:
parent
e53a802607
commit
86362e504d
@ -44,9 +44,9 @@ rpm -qa | grep "^libisl" | xargs -r rpm -e
|
|||||||
|
|
||||||
systemctl -f enable NetworkManager
|
systemctl -f enable NetworkManager
|
||||||
|
|
||||||
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
|
||||||
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
|
||||||
echo 'omit_dracutmodules+=" multipath "' >> /etc/dracut.conf.d/no-multipath.conf
|
echo 'omit_dracutmodules+=" multipath "' >> /etc/dracut.conf.d/no-multipath.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user