This website requires JavaScript.
Explore
Help
Register
Sign In
sig_cloud
/
diskimage-builder
Watch
2
Star
0
Fork
0
You've already forked diskimage-builder
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0aa7f38a7f
diskimage-builder
/
elements
/
centos7
/
environment.d
/
10-centos7-distro-name.bash
3 lines
59 B
Bash
Raw
Normal View
History
Unescape
Escape
Set and export DIB_RELEASE for centos7 The default value was set in the centos7 element, but not exported, which caused issues in rpm-distro. Also changed a test in rpm-distro to only check for DIB_RELEASE > 22 if it's fedora. Closes-Bug: #1477172 Change-Id: Ib6f4227411c2e8f1965c3b78bc318512c59a7876
2015-07-23 19:26:53 +00:00
export
DIB_RELEASE
=
GenericCloud
Initial centos7 support Initial support for a centos7 image. This is separate to rhel7 because the major differences are things like repo and image locations, which are always going to be different. We should merge any real changes into the redhat-common layers. Apart from the added support files in centos7/*, the other change is mostly modifications to redhat-common's extract-image to handle different partition layouts of the centos7 image. Change-Id: I943abe5ff0a803f36eda266a79af0d9220edcae7
2014-07-03 01:49:38 +00:00
export
DISTRO_NAME
=
centos7
Reference in New Issue
Copy Permalink