summaryrefslogtreecommitdiffstats
path: root/rules/host-fakeroot.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-fakeroot.in')
-rw-r--r--rules/host-fakeroot.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/rules/host-fakeroot.in b/rules/host-fakeroot.in
new file mode 100644
index 000000000..c36419033
--- /dev/null
+++ b/rules/host-fakeroot.in
@@ -0,0 +1,12 @@
+
+config HOSTTOOL_FAKEROOT
+ bool
+ prompt "fakeroot"
+ default y
+ 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.
+