prepare-root.sh: remove LVM services
This commit is contained in:
parent
ccaedc86b9
commit
7b9117d5de
|
@ -452,6 +452,10 @@ EOF
|
||||||
# gnome-initial-setup
|
# gnome-initial-setup
|
||||||
> "$sysroot"/usr/share/gnome-initial-setup/vendor.conf
|
> "$sysroot"/usr/share/gnome-initial-setup/vendor.conf
|
||||||
|
|
||||||
|
# LVM
|
||||||
|
rm -f "$sysroot"/etc/systemd/system/sysinit.target.wants/lvm*
|
||||||
|
rm -f "$sysroot"/etc/systemd/system/*.wants/multipathd*
|
||||||
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# selinux
|
# selinux
|
||||||
|
|
Loading…
Reference in a new issue