In case anyone here ever needs to create a reference diskette for an IBM PS/2 Model 80, (unlikely I know), this should get you started:-
I'm not yet sure how this would be written to a floppy disk, or even whether FreeBSD still has support for floppy disk drives, but hopefully will give this a try in the forthcoming months.
PS other reference diskette images are available here:- http://www.ibmfiles.com/ps2disketteimages.htm
Code:
mkdir /tmp/model80
mkdir /mnt/rf7080
cd /tmp/model80
fetch -o - http://www.ibmfiles.com/ibmfiles/ps2/hamilton/rf7080a.zip | unzip -
mount -t msdosfs /dev/`mdconfig rf7080a.img` /mnt/rf7080
I'm not yet sure how this would be written to a floppy disk, or even whether FreeBSD still has support for floppy disk drives, but hopefully will give this a try in the forthcoming months.
PS other reference diskette images are available here:- http://www.ibmfiles.com/ps2disketteimages.htm