Custom udpcast boot media configurator
Instructions for cast-o-matic, the web-based udpcast configurator
- In the list below, chose one or several network modules to include on your udpcast boot media.
- Click submit. This will bring you to a page where you can pre-configure the boot menu.
- Click submit on that second page. That will start the download of the generated boot media to your hard disk
- If you chose floppy, depending on how many modules you chose, you
either get a plain floppy image (1440 KB) or an XDF image (1840 KB or
1920 KB). Check its size:
- If its size is 1440 KB, use the following command to write it to floppy:
cat udpflop.img >/dev/fd0u1440 - If its size is 1840 KB or 1920KB, use the xdfcopy utility instead:
xdfcopy udpflop.img /dev/fd0
- If its size is 1440 KB, use the following command to write it to floppy: