summaryrefslogtreecommitdiffstats
path: root/rules/host-fakeroot.in
blob: 3d72fa1d117ee140ebfb433e49d63b057a1532cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=hosttools_noprompt

config HOST_FAKEROOT
	tristate
	default y
	select HOST_ACL
	help
	  fakeroot lets you create archives with "real" owners and
	  permissions, without being root.

	  If you want to create rootfs images with 'make image' you
	  need this.