summaryrefslogtreecommitdiffstats
path: root/liveinst
diff options
context:
space:
mode:
Diffstat (limited to 'liveinst')
-rw-r--r--liveinst/liveinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/liveinst/liveinst.sh b/liveinst/liveinst.sh
index 2f732715d..f4d9dd6a5 100644
--- a/liveinst/liveinst.sh
+++ b/liveinst/liveinst.sh
@@ -37,6 +37,9 @@ if [ -x /usr/sbin/setenforce -a -e /selinux/enforce ]; then
/usr/sbin/setenforce 0
fi
+/usr/sbin/swapoff -a
+/sbin/lvm vgchange -an --ignorelockingfailure
+
if [ -x /usr/bin/hal-lock -a -e /var/lock/subsys/haldaemon ]; then
/usr/bin/hal-lock --interface org.freedesktop.Hal.Device.Storage --exclusive --run "$ANACONDA"
else