home *** CD-ROM | disk | FTP | other *** search
- : ${disk?'Usage: disk=xx0 tape=yy xtr'}
- : ${tape?'Usage: disk=xx0 tape=yy xtr'}
- echo 'Build root file system'
- newfs ${disk}a
- sync
- echo 'Check the file system'
- fsck /dev/r${disk}a
- mount /dev/${disk}a /a
- cd /a
- echo 'Rewind tape'
- mt -f /dev/${tape}0 rew
- echo 'Restore the dump image of the root'
- restore rsf 3 /dev/${tape}0
- cd /
- sync
- umount /dev/${disk}a
- sync
- fsck /dev/r${disk}a
- echo 'Root filesystem extracted'
- echo
- echo 'If this is an 8650 or 8600, update the console rl02'
- echo 'If this is a 780 or 785, update the floppy'
- echo 'If this is a 730, update the cassette'
-