Matt Lawrence <[EMAIL PROTECTED]> writes:
> I needed a quick way to signal back to the kickstart server that my
> install was done and to boot from the hard drive next time.  Or,
> PXEboot and then fall through to booting off the hard drive.  So, I
> wrote a quick and simple script.  In the %post clause, I have:
>
> echo "done" | telnet 192.168.200.8 46758
>
> Here's the script:

Just an FYI, this is the sort of thing that netcat was built for. If
you don't know about it, you might want to check it out.

Perry
_______________________________________________
Beowulf mailing list, Beowulf@beowulf.org
To change your subscription (digest mode or unsubscribe) visit 
http://www.beowulf.org/mailman/listinfo/beowulf

Reply via email to