 |
» |
|
|
 |
The linux-setup.sh script starts the Linux installation process after it partitions the hard disk, and then it copies the OS files into the appropriate partitions. The script performs the following operations: Creates four partitions: EFI System Partition (ESP), HP Service Partition (HPSP), the Linux-swap partition, and the Linux partition. Formats these partitions. Copies the Linux distribution boot files to the ESP partition. Updates the unattended files. Creates a new boot option in the EFI boot manager, which starts the Linux Setup process. Reboots the server.
|