> 1) There is very little room in / partition about 4 1K sectors. Each
> time I've filled up the 4 blocks and saved what I was doing and rebooted
> resulted in 4 more 1K sectors. How can I increase the space while I'm
> adding software and configuring things? It it truly a pain in the tail
> to reboot every 4K.

Try the syst_size paramter in syslinux.cfg as described in the Bering
installation guide to increase the size of the root partition: linux
initrd=initrd.lrp syst_size=20M ....

> 2) I needed to add another user to the system (myself) but su is not
> installed, so I can't su to root to do remote administration. How can I
> add additional tools such as su? There is no apt-get. Do I just find the
> source compile it and in 4K chunks add it?

I do remote administration with direct root login, using public key
authentication, Passwords being disabled. If you need su, I suggest loading
the virtual development environment as described in
http://leaf.sourceforge.net/devel/jnilo/uml03.html
and copying the su that should be somewhere in the slink file system

> 3) I've never had to do host keys and the like for sshd. Any suggestions
> for how to generate the necessary keys to get sshd to run, right now it
> shuts down because it it's missing some basic host key stuff.

run ssh-keygen, e.g. like:
echo Generating /etc/ssh/ssh_host_dsa_key.
ssh-keygen -t dsa -b 1024 -f /etc/ssh/ssh_host_dsa_key -N ''

echo Generating /etc/ssh/ssh_host_rsa_key.
ssh-keygen -t rsa -b 1024 -f /etc/ssh/ssh_host_rsa_key -N ''

Regards
Alex



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
------------------------------------------------------------------------
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

Reply via email to