Debian squeeze rootfs available

43 views
Skip to first unread message

Martin Guy

unread,
Mar 7, 2011, 9:46:41 PM3/7/11
to si...@googlegroups.com
Hi all!
I've made a Debian squeeze base root filesystem for Sim.One. It
works fine with the same kernel (thank heaven!)

Those of you wanting to upgrade an existing installation ca do so with

vi /etc/apt/sources.list
:%s/lenny/squeeze/g
ZZ
apt-get update
apt-get dist-upgrade

The only bogey I hit was that, if you have certain packages
uninstalled but not purged (ie their config files are still around),
the faster bootup and shutdown init scripts don't kick in.

You can prevent this by purging all uninstalled-but-not-purged packages first:

# apt-get purge $(dpkg-query -l | grep '^rc' | awk '{print $2}')

Write if either option gives problems

M

Martin Guy

unread,
Apr 2, 2011, 9:21:36 AM4/2/11
to si...@googlegroups.com
On 8 March 2011 03:46, Martin Guy <marti...@gmail.com> wrote:
>   I've made a Debian squeeze base root filesystem for Sim.One. It
> works fine with the same kernel (thank heaven!)

Hi again
There is now a repository of crunch-accelerated Debian packages at
http://simplemachines.it/debian/armel-squeeze+crunch with the same
packages I did for lenny, updated to the versions in "squeeze" plus a
few more identified as being floating-point intensive. I'm open to
suggestions of other packages that use a lot of floating point and
would be useful in the Sim.One.

If you're using the squeeze debian rootfs, "apt-get update; apt-get
upgrade" should get you the accelerated versions.

Cheers

M

Reply all
Reply to author
Forward
0 new messages