summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xliveinst/liveinst2
1 files changed, 2 insertions, 0 deletions
diff --git a/liveinst/liveinst b/liveinst/liveinst
index faef4880b..51eae2f2b 100755
--- a/liveinst/liveinst
+++ b/liveinst/liveinst
@@ -80,6 +80,8 @@ for i in /dev/md*; do
esac
done
+/sbin/udevadm control --env=ANACONDA=1
+
if [ -x /usr/bin/devkit-disks ]; then
/usr/bin/devkit-disks --inhibit -- /usr/bin/hal-lock --interface org.freedesktop.Hal.Device.Storage --exclusive --run "$ANACONDA $*"
elif [ -x /usr/bin/hal-lock -a -e /var/lock/subsys/haldaemon ]; then