Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2020 06:45:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 250496] net/cloud-init: fix mounting local cloud-init
Message-ID:  <bug-250496-7788-RT3GnAOBoP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-250496-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-250496-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250496

--- Comment #3 from Mina Gali=C4=87 <me@igalic.co> ---
I'm not sure this portion of your patch makes sense, because the criteria is
coming from outside the function

```
-    elif criteria =3D=3D "TYPE=3Dvfat":
+    elif criteria =3D=3D "TYPE=3Dmsdosfs":
```

so vfat is the clue, and then we go looking for msdos or msdosfs

n.b.: i have signed a CLA, and submitted 75% of the recent FreeBSD patches =
to
cloud-init:
https://github.com/canonical/cloud-init/pulls?q=3Dis%3Apr+author%3Aigalic

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250496-7788-RT3GnAOBoP>