summaryrefslogtreecommitdiffstats
path: root/rules/archivemount.make
Commit message (Collapse)AuthorAgeFilesLines
* update all spdx license identifier to the new versionMichael Olbrich2018-03-121-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* automated switch to SPDX conform license namesMichael Olbrich2015-10-271-1/+1
| | | | | | | | | | | | | | | search & replace for: - GPL-1.0 - GPL-2.0 - GPL-3.0 - LGPL-2.0 - LGPL-3.0 - LGPL-2.1 - AGPL-3.0 - AFL-2.1 - Autoconf-exception-3.0 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* archivemount: new package for archivemount 0.8.3Andreas Pretzsch2014-10-171-0/+47
Archivemount is a piece of glue code between libarchive and FUSE. It can be used to mount a (possibly compressed) archive (as in .tar.gz or .tar.bz2) and use it like an ordinary filesystem. It is a user-space application setting up the mount. Usage: archivemount <archivepath> <mountpoint> [options] For more information, see http://sourceforge.net/p/fuse/wiki/ArchiveFileSystems/#archivemount-mount-archives-tar-cpio http://www.cybernoia.de/software/archivemount.html Signed-off-by: Andreas Pretzsch <apr@cn-eng.de> [mol: small cosmetic changes] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>