![]() |
NAS100d.DeLuDeD HistoryHide minor edits - Show changes to markup November 03, 2005, at 11:40 AM
by --
Changed line 5 from:
mkdir /home/opt to:
mkdir -p /home/opt/tmp Changed lines 7-8 from:
to:
mount -o bind /home/opt/tmp /tmp November 03, 2005, at 10:38 AM
by --
Added lines 1-25:
First, you need to add a serial port. Then get a command shell on the Lude. mkdir /home/opt mount -o bind /home/opt /opt Make sure that /home/opt is a share in the web interface, and that it is NFS exported, and mount the lude onto your development box: mount -t nfs -o rw,soft,nolock <ip>:/home/opt /mnt export LD_LIBRARY_PATH=/opt/lib Copy in the dyoung-special libc and libgcc_s Copy in the contents of the NSLU2? dropbear package, and run the postinst manually. Start dropbear running. mknod /dev/ptmx c 5 2 chmod 666 /dev/ptmx Give root a password passwd You should now be able to ssh into the lude. |