summaryrefslogtreecommitdiffstats
path: root/rules/host-fakeroot.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-07-16 15:30:17 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-07-16 15:30:17 +0000
commit7329881cc11d20106c2333a73ee319a1b59d5e65 (patch)
treee3bc3b0741d7ea1a7ddace48f6166508a8de12f2 /rules/host-fakeroot.in
parenteb7322cc2ae8f09edc8bf1bc5955cdfde48224df (diff)
downloadptxdist-7329881cc11d20106c2333a73ee319a1b59d5e65.tar.gz
ptxdist-7329881cc11d20106c2333a73ee319a1b59d5e65.tar.xz
moved hosttool-s to host-s
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2962 33e552b5-05e3-0310-8538-816dae2090ed
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.
+