-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Centos 7.7 builds #1
base: 2.0-nutanix
Are you sure you want to change the base?
Conversation
Centos 7.3 used to be supported, but no longer works with EPEL 7, so the build process is being updated to support Centos 7.7 to resolve the EPEL 7 problem. Several changes to the build process have been made, including: - updating the minimal repository package list to explicitly include anaconda, anaconda-dracut, grub2, etc. These changes are ported from the upstream parent project open-power-host-os. - updating the yum repos to point at Centos 7.3.1611 Altarch - pylorax crash workaround of an extraneous reference to installroot/proc/modules - use old distro install tools (yum) instead of new tool (dnf). - minimize upstream yum caching as it seems to fail less often when downloading epel Signed-off-by: Luke Browning [IBM] <[email protected]>
Restore github.com NXPower URL for versions repo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Restore versions repo URL.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm.
Added second pylorax patch to increase tmpfs size to 4G for live dvd installer image used by foundation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm.
Centos 7.3 used to be supported, but no longer works with EPEL 7, so the
build process is being updated to support Centos 7.7 to resolve the EPEL
7 problem. Several changes to the build process have been made, including:
updating the minimal repository package list to explicitly include
anaconda, anaconda-dracut, grub2, etc. These changes are ported from
the upstream parent project open-power-host-os.
updating the yum repos to point at Centos 7.3.1611 Altarch
pylorax crash workaround of an extraneous reference to installroot/proc/modules
use old distro install tools (yum) instead of new tool (dnf).
minimize upstream yum caching as it seems to fail less often when downloading epel
Signed-off-by: Luke Browning [IBM] [email protected]