Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi all,
I've tried searching the forum but I've failed to come up with useful information for me. I want to log in automatically to the chroot:ed sarge I've managed to install after following the instructions on wiki. The script for starting telnetd looks like this:
#!/bin/sh /mnt/HD_a2/lnx_bin/busybox3 mknod /dev/ptyp0 c 2 0 /mnt/HD_a2/lnx_bin/busybox3 chmod 0666 /dev/ptyp0 /mnt/HD_a2/lnx_bin/busybox3 mknod /dev/ttyp0 c 3 0 /mnt/HD_a2/lnx_bin/busybox3 chmod 0666 /dev/ttyp0 rm /mnt/HD_a2/lnx_bin/sh ln -s /mnt/HD_a2/lnx_bin/busybox3 /mnt/HD_a2/lnx_bin/sh /mnt/HD_a2/lnx_bin/utelnetd -l /mnt/HD_a2/lnx_bin/sh -d
Tried replacing the last line with something like "/mnt/HD_a2/lnx_bin/utelnetd -l /mnt/HD_a2/lnx_bin/sarge/bin/sh" but that didn't work..
Offline