[Bug 250496] net/cloud-init: fix mounting local cloud-init

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Oct 29 06:45:34 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250496

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

```
-    elif criteria == "TYPE=vfat":
+    elif criteria == "TYPE=msdosfs":
```

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=is%3Apr+author%3Aigalic

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


More information about the freebsd-ports-bugs mailing list