summaryrefslogtreecommitdiffstats
path: root/rules/archivemount.in
blob: 0f53ddb27226845786ead5b866aacad941ee89aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## SECTION=disk_and_file

config ARCHIVEMOUNT
	tristate
	prompt "archivemount"
	select FUSE
	select FUSE_LIB
	select FUSE_UTIL
	select LIBARCHIVE
	help
	  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]
	  See "archivemount --help" for more information.

	  To umount, use "fusermount -u" from FUSE utils.