Hi Elmar,
--- Elmar Gerwalin <[EMAIL PROTECTED]> wrote:
>
> First, thanks for the quick and good answers !
You're welcome! ;)
> Meanwhile I discovered where to get the sshd.lrp, but
> unfortunately, it's 300kB and doesn't fit on my
> (first) floppy.
> So, should I use a second floppy drive or do have other proposals ?
Hmm... I guess you can first try trimming out any .lrp files from your
floppy that's not used (i.e., not in LRP=... in your syslinux.cfg file)
and see if it'll fit (don't forget you'll need the libz.lrp too!) I
personally think a second floppy would be too cumbersome, especially for
power outages when you're away. Other than that you can try a hard drive
or cd-rom install (I'm using a HD install myself.) I have a statically
linked hdparm on the HD partition that I use to shut down the HD after
loading everything. Here is the script (I call it /etc/init.d/hdsleep) if
you're interested:
#!/bin/sh
RCDLINKS="2,S99"
HD=/dev/hda1
qt () { "$@" >/dev/null 2>&1 ; }
echo -n "Attempting to put $HD to sleep: "
E=1 && qt mount -t msdos $HD /mnt && E=$? && qt cp /mnt/hdparm /tmp
[ $E -eq 0 ] && qt umount /mnt && qt /tmp/hdparm -Y $HD && qt rm /tmp/hdparm
[ $? -eq 0 ] && echo "SUCCESS" || echo "FAILURE"
> And: how do I get( or install resp.) an lpr daemon ?
Heh! I searched for "lpr" in the LEAF mailing list archives and I got
mostly mis-spellings of "lrp" ;). But on the third page of ther results
there is an interesting thread that you might want to investigate:
"Re: [Leaf-user] LRP Print Server & LRP Xterminal"
The URL for the archives is:
http://www.mail-archive.com/leaf-user%40lists.sourceforge.net/
in case you didn't already know.
-- Cass
__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com
-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html