View Single Post
Posts: 840 | Thanked: 823 times | Joined on Nov 2009
#1656
Originally Posted by Coffee View Post

Under /home/user/img-install/
I have debian-installer.sh
Is this the file you are talking about to edit in leafpad?
there should be a hidden file in your home directory called .chroot.

/home/user/.chroot

is the full path.
the contents are below.
Code:
# 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
 

The Following 2 Users Say Thank You to Cue For This Useful Post: