> > - I dd a floppy startup image from www.rom-o-matic.org directly to the
> > hardware disk, say /dev/hda1

I'm using FreeDOS for that.

I have a FreeDOS floppy disk which make a 64MB partition, format it
and install FreeDOS on it.
It came with a command named pcisleep, with 'L' option, it list PCI device.
This allow me to identify network card and choose a .com image one
www.rom-o-matic.org.

To make a 64MB partition on the first hard drive in a batch:
@echo on
fdisk /clearall 1
fdisk /prio:64 1
fdisk /activate:1 1
fdisk /mbr
fdisk /reboot

I put all thoses in fdconfig.sys/autoexec.bat files on the floppy.

-- 
Seb, autocuiseur

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to