Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fvbe.git;a=commitdiff;h=8b8b9024f290c40564fdf2050ac294594fa006a6
commit 8b8b9024f290c40564fdf2050ac294594fa006a6 Author: crazy <[email protected]> Date: Sun Jul 30 19:30:20 2017 +0200 disable lvm * we boot with lvm=0 also cala doesn't yet supports such installs * on reinstalling the package is enable again so 'I know what I'm doing lvm installs will boot' diff --git a/bin/fvbe-make-iso b/bin/fvbe-make-iso index e5f72a3..196a021 100755 --- a/bin/fvbe-make-iso +++ b/bin/fvbe-make-iso @@ -429,6 +429,9 @@ if [[ ${FVBE_ISO_TYPE} == "enlightenment" ]]; then fvbe_chroot "/bin/systemctl enable connman" fi +## disable lvm stuff we don't really support that +fvbe_chroot "/bin/systemctl disable lvm" + ## umount fvbe_umount _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
