Trying to upload all related projects
[easy-deb-chroot] / fremantle / easy-deb-chroot / src / home / user / .chroot
diff --git a/fremantle/easy-deb-chroot/src/home/user/.chroot b/fremantle/easy-deb-chroot/src/home/user/.chroot
new file mode 100755 (executable)
index 0000000..c8a4616
--- /dev/null
@@ -0,0 +1,25 @@
+# Sample config for chroot 
+
+# Device or image containing Debian filesystem.
+# Default: first in /home/user/MyDocs/debian*.img*, /media/mmc1/debian*.img*
+# Some examples:
+#IMGFILE=/home/user/MyDocs/debian-squeeze-m5.img.ext2
+#IMGFILE=/media/mmc1/debian-squeeze-m5.img.ext2
+#IMGFILE=/dev/mmcblk1p2
+#IMGFILE=/dev/mmcblk0p4
+
+# Filesystem used; must always be set when using a partition.
+# Default: from extension of IMGFILE, or ext2.
+#IMGFS=ext2
+
+# Mount point for Debian.
+# Default: /debian
+#CHROOT=/debian
+
+# New /tmp dir size for printing / PDF creation
+# Default: 6M
+#TMPSIZE=6M
+
+# Debian user to drop privileges
+# Default: user
+#DEBUSER=user