Reply
Thread Tools
Posts: 222 | Thanked: 22 times | Joined on Jul 2010 @ Sydney Australia
#1651
Originally Posted by ivyking View Post
on a linux pc : plug your n900 in via usb , select mass storage mode ,using gparted create your partition , mount the volume , using file-roller extract the .tar.bz2 onto your sdcard partition 3 .
you can do the following on the phone , but it will take some time...
open x-terminal and do the following

apt-get install bzip2
cd /home/user/MyDocs/
bzip2 -d debian-m5-v3b-rootfs.tar.bz2

assuming , you have already created and formatted partition 3 on your sdcard , for use by easydebian

cd /
mkdir /easydebian
mount /dev/mmcblk1p3 /easydebian
cd /easydebian
tar xvf /home/user/MyDocs/debian-m5-v3b-rootfs.tar

i hope this is what you needed..

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?
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#1652
Just edit the .chroot file in your N900's /home/user directory. I use leafpad, like so:

Code:
leafpad .chroot
Change the IMGFILE line so it reads:

Code:
IMGFILE=/dev/mmcblk1p3
If you don't have any icons, make sure you have Easy Debian installed. Then you can run, from the terminal:

Code:
sudo debian
That will get you into your partition as root.

Code:
debbie
That will get you in as user.
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 

The Following User Says Thank You to qole For This Useful Post:
Posts: 840 | Thanked: 823 times | Joined on Nov 2009
#1653
has anybody been able to add hp printer drivers. I tried to install the latest hplip but it fails to extract without giving a reason. anybody else had some success?
here is where i got it from.
http://hplipopensource.com/hplip-web/index.html
 
Posts: 838 | Thanked: 292 times | Joined on Apr 2010
#1654
I see yum is available doing apt-cache search. what will this do to my easy debian chroot if I install (yes I know I can reinstall but it is time consuming), will it overwrite apt-get, work seperately, kill the chroot? looks like some type of rpm/yum on easy debian would be as close to running a redhat type of system on this n900 for me as my hacking together a chroot fedora just made me relize how good easy debian actually is...
 
Posts: 222 | Thanked: 22 times | Joined on Jul 2010 @ Sydney Australia
#1655
Originally Posted by qole View Post
Just edit the .chroot file in your N900's /home/user directory. I use leafpad, like so:

Code:
leafpad .chroot
Change the IMGFILE line so it reads:

Code:
IMGFILE=/dev/mmcblk1p3
If you don't have any icons, make sure you have Easy Debian installed. Then you can run, from the terminal:

Code:
sudo debian
That will get you into your partition as root.

Code:
debbie
That will get you in as user.
Sorry Qole,
I must have done something wrong or not getting something. I am pretty sure I followed the other members code exactly and now see easydebian listed under my file explorer:
N900
MicroSD
easydebian
All the folders, bin, boot, build, dev etc are listed and it looked to install perfectly. I don't see a .chroot file under /home/user/.
I see:
img-install
MyDocs
imagelist-fremantle-01
photorec.ses
Xorg.0.log

Under /home/user/img-install/
I have debian-installer.sh
Is this the file you are talking about to edit in leafpad?

I am using the debian package you told me to install a few posts back, not the OTA from repo.
 
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:
Posts: 2 | Thanked: 0 times | Joined on Aug 2010
#1657
Hello, firstly thumbs up for this epic achievement, I've had a n900 for a few months now and finally got round to testing out easy debian, and its so much more than I was hoping/expecting!

A random input: on my preferences menu in lxde I have 2 links to synaptic

My only pain was the download, it was floating between 250kb down to less than 20kb a second, took ages to download! If you want a mirror on one or more 1gbps ports pm me qole and I'll set it up.
 
cfh11's Avatar
Posts: 1,062 | Thanked: 961 times | Joined on May 2010 @ Boston, MA
#1658
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.
__________________
Want to browse streamlined versions of websites automatically when in 2g? Vote for this brainstorm.

Sick of your cell signal not reconnecting after coming out of a bad signal area? Vote for this bug.
 
Posts: 840 | Thanked: 823 times | Joined on Nov 2009
#1659
Originally Posted by cfh11 View Post
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.
I've been doing this for a while now but I don't use LXDE. I just created a shortcut to a script that mounts my samba shares and does a simple

debbie pcmanfm

so I get to browse all my files without the default slow file manager that comes with maemo and without having to launch a full LXDE.
 

The Following 2 Users Say Thank You to Cue For This Useful Post:
Posts: 222 | Thanked: 22 times | Joined on Jul 2010 @ Sydney Australia
#1660
Originally Posted by Cue View Post
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
My Stupidity, sorry. The .chroot file is their, when I looked I forgot to "Show Hidden Files". Will give it a try
 
Reply

Tags
beta, debian, easy debian, extras-devel, fremantle, i <3 qole, squeeze


 
Forum Jump


All times are GMT. The time now is 12:30.