[me]
> > Is there *anything* the builtin code can do better than syslinux?
[ac]
> scp arch/i386/boot/bzImage somebox:/dev/fd0
> ssh root@somebox reboot
Never thought of that one. I would probably instead use
scp arch/i386/boot/bzImage somebox:/tmp
ssh root@somebox 'mcopy -o /tmp/bzImage a: && reboot'
with a known good syslinux floppy in place, but I suppose your method
*is* somewhat simpler.
Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/