[scripts] make sure to enable lvm2-lvmetad, otherwise anaconda freaks out on Minimal

This commit is contained in:
Fabio Erculiani
2014-11-29 15:21:45 +00:00
parent e5f49351a8
commit 435ecffb61
+3
View File
@@ -105,6 +105,9 @@ done
# Disable syslog in systemd, we use journald
sd_disable syslog-ng
# Make sure to have lvmetad otherwise anaconda freaks out
sd_enable lvm2-lvmetad
# setup sudoers
[ -e /etc/sudoers ] && sed -i '/NOPASSWD: ALL/ s/^# //' /etc/sudoers