; ; Submit file to FORMAT and COPY system files to the target system disk. ; (Version 2.8) (for SIV /4) ; ; *** NOTE *** This submit file will FORMAT the target system disk. ; If you do not want your target system disk formatted, ; submit /indx.s41/system.copy instead of this submit file. ; ; SUBMIT /indx.s41/SYSTEM.BUILD (,,) ; ; where, p0 = source flippy device name ; p1 = target system device name ; p2 = target system volume root dir name ; ; DO NOT enter punctuation marks '<' and '>'. ; ; example: SUBMIT /indx.s41/system.build (fl0,wd0,wini0) ; ;****************************************************************************** ; ; ; -- FORMAT the target system disk. ; ; *** The next command will FORMAT %1 with volume root name of "%2". ; *** All data on %2 (%1) will be lost. If you do not wish to format ; *** %1, hit break and abort this submit file. You may then submit ; *** /indx.s41/system.copy(%0,%1,%2) instead of this submit file. ; wait '*** Type to continue or hit break to abort this submit file *** ' ; FORMAT %1 %2 RESERVE (OS(400), OV(200)) noinit ; ; ; -- Create System Directory. ; createdir /%2/SYSTEM access /%2/SYSTEM set world display ; log /%2/system/sysbld.log ; ; -- Copy DFS user files. ; copy /indx.s41/UDF to /%2 update access /%2/UDF set world none copy /indx.s41/HOME to /%2 update access /%2/HOME set world none ; copy /indx.s41/system.copy to /%2 update access /%2/system.copy set world read ; ; ; -- Copy the System files. ; submit /%2/SYSTEM.COPY (%0, %1, %2) log :bb: