This directory contains the files necessary for maintaining the RedHat-Athena 5.2 install server. Makefile A file that knows how to rebuild thd "hdlists" file on the server. base The comps files. (That is, the files that determine which rpms are in which components on the server.) These files are under CVS control. bootdisks A tree of files necessary to create boot.img and supp.img. Treat these files as read-only. i386 A tree of files necessary to run "genhdlist". Treat these files as read-only. src The sources for the "install" program on the bootdisk, the "install2" program on the server, and the "genhdlist" program in /mit/linux/bin. These sources are under CVS control. Things that can change: 1. New packages: If you update a package in /mit/linux/packages/current/RPMS/i386 or /mit/linux/redhat/current/i386/updates, run "make server". This runs a perl script that copies the new files to the server, runs "genhdlist" to generate a new "hdlist" file in the i386 subdirectory, and then copies the new hdlist file to the server. 2. The comps file: If you change this, copy it to the server. 3. The sources for "install": If you change these, generate a new bootdisk. Instructions to follow. 4. The sources for "install2": If you change these, copy the new install2 executable to the server.