Skip to content

Commit

Permalink
changes to readme to reflect current sysgen
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframed committed Mar 19, 2023
1 parent 7213e53 commit 6e4fa13
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,12 @@ Currently only Debian/Ubuntu based systems are supported. If your system require

Running MVS/CE sysgen will:

- Compile the newest version of SDL Hercules and install it
- Build a modified Jay Moseley sysgen MVS 3.8J
- Install BREXX
- Install RAKF
- Install RFE
- Install Wally ISPF
- Create the folder MVSCE and store the completed sysgen there

To build MVS/CE use `sysgen.py`. This python script can take many arguments:

Expand All @@ -119,6 +121,8 @@ The arguments below are for more granular control of where to start sysgen from.

- `-C` or `--CONTINUE` If sysgen fails for any reason a file (`.step`) is created prior to exit, this argument reads that file and continues building MVS/CE from where it left off. This superscedes the `--step` and `--substep` arguments.

:warning: By default sysgen will remove the temp and backup folders. If you're doing development work you can use the `--keep-backup` and `--keep-temp` arguments to keep those folders after systen completes allowing you to restart sysgen at any point.


## Usernames/Passwords

Expand All @@ -136,16 +140,17 @@ You can add a admin user using the `--username` flag. To add more users edit the

## Changes From Jay Moseley Sysgen

* Added usermod `SYZJ2001` which adds job cc to notification in TSO
* Added RAKF, and BREXX
* Added multiple usermods
* Added RAKF, BREXX, RFE, and ISPF
* Installed usermod `DYNPROC` which allows for dynamic proclibs
* Seperated out usermods to their own JCL for better automation control
* Added `S NET` and changed JES2 startup parms in `sys1.parmlib(COMMND00)`
* Automated startup using HAO hercules
* Adds version to NETSOL
* Added `SYS1.PARMLIB(RELEASE)` which contains release information

And many more. See the branch `original` which tracked changes to the original sysgen
And many more. See the branch `original` which tracked changes to the original sysgen and the git log
to see the hundred of other changes since the initial release.

## Info

Expand Down

0 comments on commit 6e4fa13

Please sign in to comment.