summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-04-02 18:56:44 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-04-02 18:56:44 +0900
commit155d9e04c064096208d59b6eccdc0e17a0612bd1 (patch)
tree173724419d677a62d08170b052498091851ea360
parent00b82fc92819be0a1f6cd9676b2715e576e12429 (diff)
downloadlorries-155d9e04c064096208d59b6eccdc0e17a0612bd1.tar.gz
Add mtools lorryadd-mtools-lorry
mtools contains utilities for interacting with msdos vfat filesystems in userspace. This is required for creating bootable filesystem images entirely in userspace without ever requiring root privileges.
-rw-r--r--open-source-lorries/mtools.lorry6
1 files changed, 6 insertions, 0 deletions
diff --git a/open-source-lorries/mtools.lorry b/open-source-lorries/mtools.lorry
new file mode 100644
index 0000000..075a92f
--- /dev/null
+++ b/open-source-lorries/mtools.lorry
@@ -0,0 +1,6 @@
+{
+ "mtools": {
+ "type": "tarball",
+ "url": "ftp://ftp.gnu.org/gnu/mtools/mtools-4.0.18.tar.gz"
+ }
+}