From: Steve Host (shost@intellimec.com)
Date: Thu Jan 30 2003 - 18:46:10 CET
KDE3.. Who cares..
All I want is a nice, free, embedded linux distro to fit on flash
cards..
I don't need fancy GUI's.. Of any kind. Command line is fine =)
The best GUI in the world is bash =)
Cheers.. Thanks for the tips
-----Original Message-----
From: Michele Andreoli [mailto:m.andreoli@tin.it]
Sent: Thursday, January 30, 2003 12:46 PM
To: mulinux@sunsite.dk
Subject: Re: Mulinux SETUP / LIST HELP
On Thu, Jan 30, 2003 at 08:35:46AM -0500, Steve Host nicely wrote:
> Hello.
>
> A) Does there exist a searchable archive of the mU-linux mailing list?
No, sorry. The existing FAQ is a small digest from the mailing list.
>
> B) I'm attempting to perform a floppyless installation of MU-linux on
> a 16 mb compactflash card. Unfortunately for me, the installation
> process creates a swap drive before copying files to "c:\linux" (Yes,
> a UMS-dos installation for now), and fills up the space on the CF
> card.
A stupid feature added time ago in order to help UMSDOS installation in
computer with low ram problems.
These instructions are from the file /setup/rc/prep-umsdos
-----------------------------------------------------------------
# make swap
set -- `cat /proc/meminfo | rgrep SwapTotal`
swap=$2
if [ "$swap" -eq 0 ] ; then
echo
msg "Activating swap file ..."
dd if=/dev/zero of=linux.swp bs=1k count=16000
mkswap linux.swp
sync
swapon linux.swp
fi
-----------------------------------------------------------------
You can fix in this way: before of "clone" mu, try to enter in the
prompt and remove these lines.
After that, you can issue an:
# /etc/rc/prep-umsdos
>
> Hence, MU-linux will not install on my system.
>
> How can you limit the size of the swap file such that you can install
> MU-linux on systems with low NV storage?
You can change the 16M in 1M, if you want: I do not know if swap have a
low limit.
>
> Mu-linux is fun tho =) nice work.. I'll continue to play with it
>
Thank you: for some strange raison, people continue to play with it and
continue to subscribe the list, in the KDE3 age!
Michele
-- "Physics is like sex: it may give some practical results, but that's not why we do it" (Richard Feynman) --------------------------------------------------------------------- To unsubscribe, e-mail: mulinux-unsubscribe@sunsite.dk For additional commands, e-mail: mulinux-help@sunsite.dk --------------------------------------------------------------------- To unsubscribe, e-mail: mulinux-unsubscribe@sunsite.dk For additional commands, e-mail: mulinux-help@sunsite.dk
This archive was generated by hypermail 2.1.6 : Sat Feb 08 2003 - 15:27:23 CET