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
- partitions the disk as specified in the image in
/etc/systemimager/partitionschemes. - mounts the newly created partitions on /a.
- chroots to /a and uses rsync to bring over all the files in the image.
- invokes systemconfigurator to customize the image to the client’s particular hardware and configuration.
- unmounts /a.
Once clone completes, the client will either reboot, halt, or beep as specified when defining the image.