[arch-releng] [PATCH 12/12] [archiso] Remove uneeded /run/archiso/img_dev_loop

Dieter Plaetinck dieter at plaetinck.be
Thu Feb 23 07:31:40 EST 2012


On Thu, 23 Feb 2012 00:52:22 -0300
Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar> wrote:

> Superseded by /run/archiso/used_block_devices
> 
> Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
> ---
>  archiso/hooks/archiso_loop_mnt |    2 --
>  1 files changed, 0 insertions(+), 2 deletions(-)
> 
> diff --git a/archiso/hooks/archiso_loop_mnt b/archiso/hooks/archiso_loop_mnt
> index 61ddcd4..a02cfac 100644
> --- a/archiso/hooks/archiso_loop_mnt
> +++ b/archiso/hooks/archiso_loop_mnt
> @@ -28,7 +28,5 @@ archiso_loop_mount_handler () {
>      if [[ "${copytoram}" == "y" ]]; then
>          losetup -d ${_dev_loop}
>          umount /run/archiso/img_dev
> -    else
> -        echo ${_dev_loop} > /run/archiso/img_dev_loop
>      fi
>  }

maybe it's just me, but this patch and the previous version doesn't seem to have anything to do with the introduction of /run/archiso/used_block_devices

other than this, all patches seem good to me!

Dieter


More information about the arch-releng mailing list