View | Details | Raw Unified | Return to bug 250496 | Differences between
and this patch

Collapse All | Expand All

(-)net/cloud-init/Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	cloud-init
3
PORTNAME=	cloud-init
4
PORTVERSION=	20.3
4
PORTVERSION=	20.3
5
PORTREVISION=	1
5
CATEGORIES=	net python
6
CATEGORIES=	net python
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
8
(-)net/cloud-init/files/patch-cloudinit_util.py (+11 lines)
Line 0 Link Here
1
--- cloudinit/util.py.orig	2020-10-20 15:37:20 UTC
2
+++ cloudinit/util.py
3
@@ -1652,7 +1652,7 @@ def mount_cb(device, callback, data=None, mtype=None,
4
             mtypes = ["auto"]
5
     elif platsys.endswith("bsd"):
6
         if mtypes is None:
7
-            mtypes = ['ufs', 'cd9660', 'vfat']
8
+            mtypes = ['ufs', 'cd9660', 'msdosfs', 'msdos']
9
         for index, mtype in enumerate(mtypes):
10
             if mtype == "iso9660":
11
                 mtypes[index] = "cd9660"

Return to bug 250496