diff options
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | draklive-install-lock-storage | 3 |
2 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,4 @@ +- switch from hal to udisks - fix breakage due to prepare_minimal_root() changes 1.35 diff --git a/draklive-install-lock-storage b/draklive-install-lock-storage index e003053..2893c93 100755 --- a/draklive-install-lock-storage +++ b/draklive-install-lock-storage @@ -2,7 +2,6 @@ CMD=/usr/sbin/draklive-install -hal-lock --interface org.freedesktop.Hal.Device.Storage --exclusive --run $CMD +/usr/bin/udisks --inhibit -- $CMD # run without hal lock if it fails [ "$?" != 0 ] && $CMD - |