[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dd-schroot-cmd on hurd boxes



Hello,

Gabriele Giacone, le Fri 05 Sep 2014 03:11:45 +0200, a écrit :
> diff --git a/modules/porterbox/files/dd-schroot-cmd b/modules/porterbox/files/dd-schroot-cmd
> index 8dc7a4b..179491c 100755
> --- a/modules/porterbox/files/dd-schroot-cmd
> +++ b/modules/porterbox/files/dd-schroot-cmd
> @@ -80,7 +80,7 @@ def ensure_ok(session):
>          die("Session owner mismatch.")
>  
>  def os_supports_unshare():
> -    if platform.uname()[0] == 'GNU/kFreeBSD':
> +    if platform.uname()[0] == 'GNU/kFreeBSD' or platform.uname()[0] == 'GNU':
>          return False
>      return True
>  

Please submit it to schroot already, it seems obvious enough to get it
there already :)

> +        # If CHROOT_TYPE is "file", _UNPACK_DIR is bindmounted on
> +        # _MOUNT_LOCATION. Hurd does need to also bindmount /dev and
> +        # /servers on respectively _MOUNT_LOCATION/dev and
> +        # _MOUNT_LOCATION/servers, but due to a bug, currently
> +        # bindmounts-on-bindmounts result mounted on first bindmount
> +        # source device i.e. _UNPACK_DIR.

Which bug is this about?  Was it submitted somewhere?  It's good to put
a URL instead of a vague "a bug" mention :)

It's on its way on exodar, loads of thanks for working on this!

Samuel


Reply to: