summaryrefslogtreecommitdiffstats
path: root/rules/host-e2fsprogs.in
blob: 338f0e3b8f93c76ab4bd5895717be4fcdaab6792 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
config HOST_E2FSPROGS
	bool
	prompt "e2fsprogs"
	help
	  Useful Hosttools for management of ext2 and ext3 filesystems
	
config HOST_E2FSPROGS_TUNE2FS
	bool
	prompt "Install tune2fs"
	depends on HOST_E2FSPROGS
	help
	  Tune2fs can read and set various aspects of a ext2/3 filesystem

config HOST_E2FSPROGS_RESIZE2FS
	bool
	prompt "Install resize2fs"
	depends on HOST_E2FSPROGS
	help
	  Resize2fs can be used to resize an ext2/3 filesystem offline