diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2020-12-06 15:50:39 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2020-12-06 15:50:39 +0000 |
commit | cee823d878da8a75c61b01fceba4d8bbcd2a7f5d (patch) | |
tree | 3a38e0adcb0e23b4b318fab9ce357f2a54e3d525 /net/cloud-init/files/patch-cloudinit_util.py | |
parent | textproc/kibana7: Fix rc script (diff) |
net/cloud-init: Update to 20.4
Changes: https://github.com/canonical/cloud-init/blob/47f4229ebcef9f83df8b549bb869a2dbf6dff17c/ChangeLog
PR: 251280
Submitted by: Mina Galić
Approved by: Andrey Fesenko (maintainer)
Diffstat (limited to 'net/cloud-init/files/patch-cloudinit_util.py')
-rw-r--r-- | net/cloud-init/files/patch-cloudinit_util.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net/cloud-init/files/patch-cloudinit_util.py b/net/cloud-init/files/patch-cloudinit_util.py deleted file mode 100644 index cae641a1ef1e..000000000000 --- a/net/cloud-init/files/patch-cloudinit_util.py +++ /dev/null @@ -1,16 +0,0 @@ ---- cloudinit/util.py.orig 2020-10-29 12:40:41 UTC -+++ cloudinit/util.py -@@ -1652,10 +1652,12 @@ 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', 'msdos'] - for index, mtype in enumerate(mtypes): - if mtype == "iso9660": - mtypes[index] = "cd9660" -+ if mtype in ["vfat", "msdosfs", "msdos"]: -+ mtypes[index] = "msdos" - else: - # we cannot do a smart "auto", so just call 'mount' once with no -t - mtypes = [''] |