Package: nbd-client
Version: 1:3.15.2-1
Severity: important
Tags: patch

The fix for #840612 only fixed the ipv4 case, the following should fix
it for ipv6 as well:

diff --git a/debian/nbd-client.initrd b/debian/nbd-client.initrd
index 680e4ee..aec6312 100644
--- a/debian/nbd-client.initrd
+++ b/debian/nbd-client.initrd
@@ -68,7 +68,7 @@ case "$nbdroot" in
                nbdportpath=${nbdroot#\[$nbdsrv\]}
                nbdportpath=${nbdportpath#:}
                nbdport=${nbdportpath%%/*}
-               nbdpath=${nbdportpath#$nbdport}
+               nbdpath=${nbdportpath#$nbdport/}
                ;;
        *)
                # ipv4:port/path


live well,
  vagrant

Attachment: signature.asc
Description: PGP signature

Reply via email to