From 23324373b9c152d40064584574c4903a7a8ebfb9 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Mon, 17 Jun 2019 19:31:24 +0100 Subject: Remove dependency on udisks (mga#24929) It's no longer maintained, and is causing problems with LVM mounts. --- NEWS | 2 ++ draklive-install-lock-storage | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b5cac03..a7e5c59 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- remove dependency on udisks (mga#24949) + 2.22 - New artwork for MGA7 diff --git a/draklive-install-lock-storage b/draklive-install-lock-storage index a580705..9a3e87c 100755 --- a/draklive-install-lock-storage +++ b/draklive-install-lock-storage @@ -5,8 +5,6 @@ CMD=/usr/sbin/draklive-install ps -C udisksd > /dev/null if [ $? -eq 0 -a -x /usr/lib/udisks2/udisks2-inhibit ] ; then /usr/lib/udisks2/udisks2-inhibit $CMD -else - /usr/bin/udisks --inhibit -- $CMD fi # run without udisks lock if it fails [ "$?" != 0 ] && $CMD -- cgit v1.2.1