createdir /%2/system ; (it is ok if above createdir fails because system already exists) ; log /%2/system/syscpy.log ;****************************************************************************** ; ; Submit file to copy system files to the target system disk (for SIV /4). ; (Version 2.8) ; ; SUBMIT /indx.s41/SYSTEM.COPY (%0, %1, %2) ; ; where, %0 = source flippy device name ; %1 = target system device name ; %2 = target system volume root dir name ; ; example: SUBMIT /indx.s41/system.copy (fl0,wd0,wini0) ; ;****************************************************************************** ; ; ; -- copy S-IV/4 operating system ; oscopy %0 to %1 ; copy /indx.s41/system/muser.info to /%2/system ; ; note - it is ok if the above copy fails because muser.info ; already exists. ; access /%2/system/muser.info set world read ; ; -- copy LOGON, etc. ; copy /indx.s41/hcli to /%2 update copyattr ; copy /indx.s41/cli_syn_tbl to /%2 update copyattr ; copy /indx.s41/logon* to /%2 update copyattr ; ; -- copy CUSPS ; copy /indx.s41/*.86 to /%2 update copyattr ; ; copy /indx.s41/system.build to /%2 update copyattr ; copy /indx.s41/system.copy to /%2 update ; copy /indx.s41/cusps.copy to /%2 update ; ; ; now change switches to boot from %1, then boot from %1 ; ; insert /indx.cusps flippy and logon as superuser ; ; type: SUBMIT /%2/CUSPS.COPY (%2) ; ; in order to copy remainder of cusps to /%2 ; ; Insert ISIS.SYS flippy ; Type: SUBMIT /isis.sys/isis.build(isis.sys,%2) ; to create /%2/isis.sys and copy the ISIS software to /%2 ; or type SUBMIT /isis.sys/isis.copy(isis.sys,%2) ; to update the ISIS software on /%2/isis.sys ; ; Type: SYSGEN ; Follow the SYSGEN instructions to configure the options. ; ; Type: LOGOFF ; Reboot to activate SYSGEN changes. log :bb: