Reply
Thread Tools
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#31
That's not FireFox; that's IceWeasel... Sheesh!
 
Posts: 35 | Thanked: 33 times | Joined on Nov 2007
#32
wow iceweasel 3 is pretty sweet. i'm booting into debian and after the initial slow startup this provides a very pleasant browsing experience. All the sites which I tried work well and load very quickly including google docs.
__________________
http://www.dpo.uab.edu/~rcloud
rcloud at gmail dot com
 
debernardis's Avatar
Posts: 2,142 | Thanked: 2,054 times | Joined on Dec 2006 @ Sicily
#33
Those *sicilianazzi* from simplemachines.it is remind us that is possible to propagate a debian system with debootstrap - in the last few minutes I made an arm lenny minbase system which is only 96.9 megabytes and includes apt - then I'll populate it with openoffice.org only. Let's see how big it gets.
__________________
Ernesto de Bernardis

 

The Following User Says Thank You to debernardis For This Useful Post:
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#34
Mr. Bernardis, I think you (and those other guys on your active-volcano island*) might be on to something there. A minimal Debian system built with debootstrap might be just the thing for our chroot, rather than working with the necessarily-larger bootable Debian. And it might just be the best thing for a .deb install. I would suggest sid over lenny, however. The package versions seem consistently newer in sid.

* I love volcanoes. I went to visit Etna in 1992 to watch the lava crawling down the hillside.
__________________
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!

Last edited by qole; 2008-06-11 at 18:57.
 
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#35
Originally Posted by qole View Post
The package versions seem consistently newer in sid.
Qolling again?
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#36
Originally Posted by Benson View Post
Qolling again?
I don't understand what you mean. Maybe I'm being ignorant, but that's not qolling.

I'm serious. Compare the package versions for OpenOffice.org. And I just chose that one because we've been talking about it.

Lenny: 1:2.4.0-5 (no package for armel)
Sid: 1:2.4.0-6

EDIT: I've decided qolling actually does require a healthy dose of ignorance on the part of the qoller.

EDIT2: OK, this is all obvious after reading Debian's releases page. Sid packages, by definition, will always be higher numbers, since Lenny is going to be the next stable release and the packages are all in the queue for that goal, and Sid is under active development.
__________________
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!

Last edited by qole; 2008-06-11 at 20:38.
 
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#37
I was joking; the thing is, I thought that newer packages in sid was completely obvious; lenny's currently testing (not released as stable yet, but not unstable), sid's unstable... Etch, the current stable release, doesn't exist for armel, and is thus out of the question.
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#38
News from the same category as OpenOffice.org:

Evolution runs, it just doesn't run very well (kinda slow and layout is poor for tablet). But if you need that precious MS Exchange (or Novell Groupware) compatibility, then you might put up with the headaches.

__________________
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!

Last edited by qole; 2008-06-12 at 00:16.
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#39
UPDATE: Please see this post for a larger (42MB) tarball that works much better for installing things like OpenOffice, AbiWord, and Firefox / Iceweasel.

I did four different debootstrap variants (lenny, sid, minbase lenny, minbase sid), and the minbase sid was the smallest. I tarred up each of my variants, and I've uploaded the tiny minbase sid one for you-all. It is just over 28mb.

You download the tarball, make a directory (like /debian) in your big SD clone partition, and then
Code:
tar xjvf debian-minsid-armel-chroot.tgz /debian
mkdir /debian/home/user
chown user /debian/home/user
chgrp users /debian/home/user
mkdir /debian/media/mmc1
mkdir /debian/media/mmc2
mkdir /debian/media/usb
to set up the chroot.

Use the chroot script from the wiki to "get into" the chroot, and then you'll have to
Code:
apt-get update
to start installing stuff.

As for installing OpenOffice.org, I found I couldn't just install the big meta-package, it gave errors about dependencies not being installed. So I had to work my way back to the openoffice.org-core package. It gave me a full page of package names to be installed, and told me that it would use 250MB on the disk!

EDIT: OK, this is weird. I installed the openoffice.org-core package. It claims to be the 1:2.4.0-6 package. When I try to install anything "above" that, however, (e.g. openoffice.org-writer) it says that it needs openoffice.org-core = 1:2.4.0-6, which is not going to be installed.

EDIT2: After downloading the package and doing a
Code:
dpkg -i openoffice.org-writer_2.4.0-6_armel.deb
I found out that somebody's recently screwed up the openoffice.org package. The high-level packages are "conflicting" with openoffice-common. Looks like they've got a broken version number in there (1:2.4.1), from one of the Intel architectures, probably. Sigh. I got it installed, but it sure is ugly. I hope they get this fixed soon.

EDIT3: OK this is just wacky. There's something wrong with the versioning in this chroot in the ooo packages.
__________________
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!

Last edited by qole; 2008-06-13 at 02:59. Reason: Bigger Better rootfs link
 
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#40
Just over 28 MB (bzipped), eh?

Wonder if it fits in flash memory (jffs2, so some compression, but it won't be as good as bz2), for chroot... probably not that hot, really; it'd be better, if you're trying for something useful in flash, to strip down JohnX's build and obliterate ITOS. But it'd be cool, anyway. I might try this on my internal memory.
 
Reply

Tags
chroot, debian, easy debian


 
Forum Jump


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