Environment for Building the Installation Package
- Hardware and OS: x86_64 CPU and CentOS 7/openEuler 22.03 are recommended.
- Tools and software: bash, Yum, RPM, rpmbuild, and others.
The basic principle of the guest OS installation package build tool is as follows: A basic rootfs is created based on the local CentOS ISO file, and then a guest OS RPM installation package is created based on the basic rootfs. Therefore, the tool depends on tools such as Yum, RPM, and rpmbuild.
- Network: The Internet can be accessed normally.
Parent topic: Building a CentOS-Linux Guest OS Installation Package