127
14. Press “b” to start installation.
15. Wait for the installation to complete, and then hit “Return” to reboot.
16. After system reboot, BIOS will select CentOS as the first boot entry. The following screen will be displayed.
17. Select the first grub entry and then hit “Return” to boot CentOS, or the system will boot the default entry.
2.1.3 Updating CentOS Kernel
Install the necessary packages:
2.1.3.1 Updating Vanilla CentOS Kernel
1. Check for CentOS kernel updates as shown below:
# yum check-update | grep
kernel-tools-libs.aarch64
2. Apply the update as shown below:
CentOS Linux (4.14.0-49.e17.aarch64) 7 (AltArch)
CentOS Linux (0-rescue-3f6e9491e8ab4eb6b00f6ccb5f5616f9) 7 (AltArch)
Use the ↑ and ↓ keys to change the selection.
Press 'e' to edit the selected item, or 'c' for a command prompt.
Performing post-installation setup tasks
.
Configuring installed system
.
Writing network configuration
.
Creating users
.
Configuring addons
.
Generating initramfs
.
Running post-installation scripts
Installation complete. Press return to quit
# yum install net-tools wget