summaryrefslogtreecommitdiffstats
path: root/rules/unionfs.in
blob: 51af3aebd4f73ecd6dd0560d112c033f32f21dee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
menuconfig UNIONFS
	bool "unionfs [BROKEN]    "
	depends on BROKEN
	select KERNEL
	select E2FSPROGS
	help
	The unionfs driver provides a unification file system for the
	Linux kernel. It allows to virtually merge the contents of
	several directories and/or stack them, so that apparent file
	changes in the unionfs end in file changes in only one of the
	source directories.

config UNIONFS_SNAPSHOT
	bool
	depends on UNIONFS
	prompt "uses snapshot"

config UNIONFS_VERSION
	string
	depends on UNIONFS_SNAPSHOT
	prompt "unionfs version"
	default "20060608-0027"

config UNIONFS_KERNELMODUL
	bool
	depends on UNIONFS
	prompt "unionfs kernelmodul"

config UNIONFS_UNIONCTL
	bool
	depends on UNIONFS
	prompt "unionctl"