![]() |
2010-08-09
, 15:30
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#1652
|
leafpad .chroot
IMGFILE=/dev/mmcblk1p3
sudo debian
debbie
The Following User Says Thank You to qole For This Useful Post: | ||
![]() |
2010-08-09
, 15:47
|
Posts: 840 |
Thanked: 823 times |
Joined on Nov 2009
|
#1653
|
![]() |
2010-08-10
, 04:27
|
Posts: 838 |
Thanked: 292 times |
Joined on Apr 2010
|
#1654
|
![]() |
2010-08-10
, 04:54
|
Posts: 222 |
Thanked: 22 times |
Joined on Jul 2010
@ Sydney Australia
|
#1655
|
Just edit the .chroot file in your N900's /home/user directory. I use leafpad, like so:
Change the IMGFILE line so it reads:Code:leafpad .chroot
If you don't have any icons, make sure you have Easy Debian installed. Then you can run, from the terminal:Code:IMGFILE=/dev/mmcblk1p3
That will get you into your partition as root.Code:sudo debian
That will get you in as user.Code:debbie
![]() |
2010-08-10
, 08:07
|
Posts: 840 |
Thanked: 823 times |
Joined on Nov 2009
|
#1656
|
Under /home/user/img-install/
I have debian-installer.sh
Is this the file you are talking about to edit in leafpad?
# 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
![]() |
2010-08-10
, 16:01
|
Posts: 2 |
Thanked: 0 times |
Joined on Aug 2010
|
#1657
|
![]() |
2010-08-10
, 16:48
|
|
Posts: 1,062 |
Thanked: 961 times |
Joined on May 2010
@ Boston, MA
|
#1658
|
![]() |
2010-08-10
, 17:09
|
Posts: 840 |
Thanked: 823 times |
Joined on Nov 2009
|
#1659
|
I was thinking of using easy debian for a file manager on the n900... you have full root access in LXDE right? Any disadvantages/warnings in doing this?
I rather like the windowed desktop view for managing files.
![]() |
2010-08-11
, 02:33
|
Posts: 222 |
Thanked: 22 times |
Joined on Jul 2010
@ Sydney Australia
|
#1660
|
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
![]() |
Tags |
beta, debian, easy debian, extras-devel, fremantle, i <3 qole, squeeze |
|
Mate,
Once completed this. How do you start Easy Debian, I have no icons, so how would I do it via xterm and also close it down?