FreeBSD Bugzilla – Attachment 218934 Details for
Bug 250496
net/cloud-init: fix mounting local cloud-init
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
cloud-init.diff (text/plain), 1.41 KB, created by
Brad Davis
on 2020-10-21 00:14:21 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Brad Davis
Created:
2020-10-21 00:14:21 UTC
Size:
1.41 KB
patch
obsolete
>Index: net/cloud-init/Makefile >=================================================================== >--- net/cloud-init/Makefile (revision 552825) >+++ net/cloud-init/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= cloud-init > PORTVERSION= 20.3 >+PORTREVISION= 1 > CATEGORIES= net python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: net/cloud-init/files/patch-cloudinit_util.py >=================================================================== >--- net/cloud-init/files/patch-cloudinit_util.py (nonexistent) >+++ net/cloud-init/files/patch-cloudinit_util.py (working copy) >@@ -0,0 +1,11 @@ >+--- cloudinit/util.py.orig 2020-10-20 15:37:20 UTC >++++ cloudinit/util.py >+@@ -1652,7 +1652,7 @@ def mount_cb(device, callback, data=None, mtype=None, >+ mtypes = ["auto"] >+ elif platsys.endswith("bsd"): >+ if mtypes is None: >+- mtypes = ['ufs', 'cd9660', 'vfat'] >++ mtypes = ['ufs', 'cd9660', 'msdosfs', 'msdos'] >+ for index, mtype in enumerate(mtypes): >+ if mtype == "iso9660": >+ mtypes[index] = "cd9660" > >Property changes on: net/cloud-init/files/patch-cloudinit_util.py >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 250496
: 218934 |
219185
|
219195
|
219199