diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-04-02 18:56:44 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-04-02 18:56:44 +0900 |
commit | 155d9e04c064096208d59b6eccdc0e17a0612bd1 (patch) | |
tree | 173724419d677a62d08170b052498091851ea360 /open-source-lorries | |
parent | 00b82fc92819be0a1f6cd9676b2715e576e12429 (diff) | |
download | lorries-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.
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/mtools.lorry | 6 |
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" + } +} |