; ; *-*-* FORM_DISK.CSD *-*-* ; ; This Submit file formats an iRMX hard disk with the PC Bus ; Bootstrap Loader and then installs the iRMX III.1.3 Operating System ; files on it from tape. ; ; Invocation: ; submit :tape:form_disk(device_name, interleave, files) ; ; Where: device_name is the physical device name of the device on which ; you will be installing iRMX III. ; interleave is the interleave factor that best suits the ; device which you are formatting. ; files is the number of files you will need to be able ; to create on the device which you are formatting. ; attachdevice %0 as :w: delay ; format :w:rmxIII s120boot interleave=%1 files=%2 ; attachdevice tape as t p ; copy :sd:rmx386/config/cmd/stuffy ; restore :t: over :w: ; detachdevice :t: ; ; Copy the boot system and third stage from Start-up Boot disk. ; copy :sd:r'?'s120thirdstg over :w:r'?'s120thirdstg copy :sd:boot32/rmx over :w:boot32/rmx ; permit :w:boot32, & :w:boot32/* nr user=world ; copy :sd:rmx386/config/rlogon over :w:user/world/prog/r'?'logon copy :sd:user/super/prog/r'?'logoff over :w:user/world/prog/r'?'logoff copy :sd:user/super/prog/alias.csd over :w:user/world/prog ; copy :sd:rmx386/config/rlogon over :w:user/super/prog/r'?'logon copy :sd:user/super/prog/r'?'logoff over :w:user/super/prog/r'?'logoff copy :sd:user/super/prog/alias.csd over :w:user/super/prog ; ; Copy the default configuration files. ; copy :sd:rmx386/config/udf, & :sd:rmx386/config/cdf, & :sd:rmx386/config/terminals, & :sd:rmx386/config/logon.msg, & :sd:rmx386/config/alias.csd, & :sd:rmx386/config/termcap over :w:rmx386/config copy :sd:rmx386/config/user/super, & :sd:rmx386/config/user/world over :w:rmx386/config/user ; ; Duplicate the default configuration files. ; copy :sd:rmx386/config/udf, & :sd:rmx386/config/cdf, & :sd:rmx386/config/user/super, & :sd:rmx386/config/user/world, & :sd:rmx386/config/logon.msg, & :sd:rmx386/config/rlogon, & :sd:user/super/prog/alias.csd, & :sd:rmx386/config/terminals, & :sd:rmx386/config/termcap over :w:rmx386/config/default ; ; Duplicate the third stage ; copy :sd:r'?'s120thirdstg over :w:rmx386/config/default/rs120thirdstg copy :sd:rmx386/config/cmd/tape/* over :w:rmx386/config/cmd/tape copy :sd:rmx386/config/cmd/diskette/* over :w:rmx386/config/cmd/diskette copy :sd:rmx386/config/cmd/tinstall.csd, & :sd:rmx386/config/cmd/instal.csd, & :sd:rmx386/config/cmd/stuffy, & :sd:rmx386/config/cmd/mkstdir.csd, & :sd:rmx386/config/cmd/mksys.csd over :w:rmx386/config/cmd permit :w:user, :w:user/world, :w:user/world/prog, & :w:user/world/prog/r'?'logon, & :w:user/world/prog/r'?'logoff, & :w:user/world/prog/alias.csd drau u=world ; permit :w:rmx386/config, & :w:rmx386/config/*, & :w:rmx386/config/default, & :w:rmx386/config/default/*, & :w:rmx386/config/user/*, & :w:rmx386/config/cmd/*, & :w:rmx386/config/cmd/tape/*, & :w:rmx386/config/cmd/diskette/* nr u=world ; detachdevice :w: ; ; The iRMX III.1.3 Operating System software is installed on the hard disk. ; ; Next the system device will be changed from the diskette to ; the hard disk. ; changesd %0 ;