Displaying 2 results from an estimated 2 matches for "d2a065f".
2016 Oct 02
1
[PATCH] appliance: Add ExFAT packages.
Thanks: Miles Wolbe
---
appliance/packagelist.in | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/appliance/packagelist.in b/appliance/packagelist.in
index d2a065f..77bd464 100644
--- a/appliance/packagelist.in
+++ b/appliance/packagelist.in
@@ -288,5 +288,10 @@ kpartx
dnl (virt-dib) tools optionally used for elements
debootstrap
+dnl exFAT is not usually available in free software repos
+exfat-fuse
+exfat-utils
+fuse-exfat
+
dnl Define this by doing: ./...
2016 Jul 19
3
[PATCH 0/2] Small improvements to f2fs support
Hi,
easy series to improve the support for f2fs filesystems: while we
should be able to mount them already (if the used kernel has the
support for this filesystem), put in the appliance f2fs-tools, so we
can also create them.
Unfortunately, there isn't much in f2fs-tools, so all that can be done
is simply setting a different label only when creating a filesystem.
Thanks,
Pino Toscano (2):