Ok, here are the commands. I will come back later to add context, too many irons in the fire right this minute...
# mkdir /bigdisk/iso |
No trailing slash on the rsync destination is significant. The following two commands are equivalent:
rsync -av /bigdisk/iso/ /bigdisk/iso_headless
rsync -av /bigdisk/iso/* /bigdisk/iso_headless/
# rsync -av /bigdisk/iso/ /bigdisk/iso_headless |
Note that I did attempt the following, which failed:
echo "/boot/loader -h" > /bigdisk/iso_headless/boot.config
# echo 'console="comconsole"' >> /bigdisk/iso_headless/boot/loader.conf |
Set whatever speed you want here. I had some cheap, old CDRs and they needed burn slowly. I have plenty to keep me busy while it's burning...
# cdrecord speed=2 dev=1,0,0 /bigdisk/7.2-RELEASE-i386-disc1_HEADLESS.iso |
That's all for now, please enjoy responsibly.