View Single Post
Posts: 139 | Thanked: 97 times | Joined on Nov 2010 @ United States
#25
Originally Posted by karam View Post
hmm then how where you able to install it to your filesystem
and how can i extract the img format (noob question) with tar?
and how do i efit the .chroot to the location ? just like
IMGFILE=/path/tothe/extractedimage/ ?
it won't be and img anymore
it will be extracted ? am i write?
It should work like this
Code:
# change directory
cd /home/user/MyDocs/

#decompress the image
lzma debian-*.lzma
Now add something like

IMGFILE=/home/user/MyDocs/debian-????.ext2

to /home/user/.chroot
and add a # before any of the other IMGFILE lines.