How To Create A Scientific Linux Site
Many have said that an example is worth a thousand words. But in this case, example also has the documentation with it. The easiest way to create a Scientific Linux site is to copy example, and to follow it's instructions.
Scientific Linux 6.x
See our section on revisor!
Scientific Linux 5.x
Under Construction
Quick Steps
- Before You Start
- These steps must be done on a system that is installed with Scientific Linux 5. That system must have anaconda and anaconda-runtime installed.
- You must have a mirror of the SL distribution you are basing your site on.
You have to have the sites/example directory mirrored
- Definitions
- *newsite* - name of the new site you are making
- *basedir* - Directory where you have your distribution mirrored
example - /mnt/src/sl/53/i386/
- Steps
- cd *basedir*/sites
- cp -rp example *newsite* 0l>
More Detailed Steps
Read First
Documentation/README An overview, and terms that are used in the other steps.
Read Second if you want to know the detail of how a site works
Documentation/README.steps The steps that are taken to make a Scientific Linux site. Note that this describes the detail behind the scenes. Most of this has been included in scripts now. See the description of the "scripts" below on how to make a site the easy way.
Read whichever of these that you want to work on, with the suggestion that you start with the "scripts" README as you will need to use the scripts before others items are needed
Documentation/README.graphics Want to change the installation graphics. Here is how, and what to change.
scripts/README The various scripts that make making a site easier.
scripts/buildisoimages/README Information about the various scripts that help you create your own iso images.
isolinux/README Information about changing the installer boot screen. - Do not confuse with creating the whole CD iso image.
Scientific Linux 3.0.x/4.x
Read First
Documentation/README An overview, and terms that are used in the other steps.
Read Second if you want to know the detail of how a site works
Documentation/README.steps The steps that are taken to make a Scientific Linux site. Note that this describes the detail behind the scenes. Most of this has been included in scripts now. See the description of the "scripts" below on how to make a site the easy way.
Read whichever of these that you want to work on, with the suggestion that you start with the "scripts" README as you will need to use the scripts before others items are needed
Documentation/README.graphics Want to change the installation graphics. Here is how, and what to change.
scripts/README The various scripts that make making a site easier.
scripts/buildisoimages/README Information about the various scripts that help you create your own iso images.
isolinux/README Information about changing the installer boot screen. - Do not confuse with creating the whole CD iso image.