View on GitHub

Open Source Cluster Application Resources

Download this project as a .zip file Download this project as a tar.gz file

Documentations > User Documentations > OSCAR Install Guide > Appendices

Appendix B: What Happens During Client Installation

Once the client is network booted, it either boots off the autoinstall CD that you created or uses PXE to network boot, and loads the install kernel. It then broadcasts a BOOTP/DHCP request to obtain the IP address associated with its MAC address. The DHCP server provides the IP information and the client looks for its auto-install script in /var/lib/systemimager/scripts/. The script is named .sh and is a symbolic link to the script for the desired image. The auto-install script is the installation workhorse, and does the following:

  1. partitions the disk as specified in the image in /etc/systemimager/partitionschemes.
  2. mounts the newly created partitions on /a.
  3. chroots to /a and uses rsync to bring over all the files in the image.
  4. invokes systemconfigurator to customize the image to the client’s particular hardware and configuration.
  5. unmounts /a.

Once clone completes, the client will either reboot, halt, or beep as specified when defining the image.