[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH] No longer run hal-lock on live installs (#670312).
- From: David Lehman <dlehman redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Re: [PATCH] No longer run hal-lock on live installs (#670312).
- Date: Wed, 19 Jan 2011 16:54:47 -0600
On Wed, 2011-01-19 at 13:27 -0500, Chris Lumens wrote:
> ---
> data/liveinst/liveinst | 6 ++----
> 1 files changed, 2 insertions(+), 4 deletions(-)
Ack.
>
> diff --git a/data/liveinst/liveinst b/data/liveinst/liveinst
> index 7f7f8e5..a892a9b 100755
> --- a/data/liveinst/liveinst
> +++ b/data/liveinst/liveinst
> @@ -103,10 +103,8 @@ anaconda-cleanup $ANACONDA $*
>
> /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
> - /usr/bin/hal-lock --interface org.freedesktop.Hal.Device.Storage --exclusive --run "$ANACONDA $*"
> +if [ -x /usr/bin/udisks ]; then
> + /usr/bin/udisks --inhibit -- "$ANACONDA $*"
> else
> $ANACONDA $*
> fi
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]