Annotation of coherent/a/usr/bob/mkboot.NORM, revision 1.1

1.1     ! root        1: : mkboot 10/16/90
        !             2: : Make a bootable floppy disk.
        !             3: : Run as root.
        !             4: 
        !             5: : Format, mkfs, copy boot.
        !             6: /etc/fdformat -a -v -i 6 $DEV
        !             7: /etc/mkfs -i 216 $DEV $BLOCKS
        !             8: cp /conf/$BOOT $DEV
        !             9: /etc/mount $DEV /f0
        !            10: cpdir -ad /distrib1 /f0
        !            11: 
        !            12: : Patch the /coherent image and link it to /begin.
        !            13: /conf/patch /f0/coherent ronflag_=1 rootdev_=makedev\($MAJOR,$MINOR\) pipedev_=makedev\(8,131\)
        !            14: ln -f /f0/coherent /f0/begin
        !            15: ln -f /f0/etc/brc.build /f0/etc/brc
        !            16: 
        !            17: : Cleanup.
        !            18: /etc/umount $DEV
        !            19: sync

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.