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
71bd8b3a33
diskimage-builder
/
elements
/
rhel7
/
environment.d
/
10-rhel7-distro-name.bash
3 lines
47 B
Bash
Raw
Normal View
History
Unescape
Escape
Set DISTRO_NAME in OS environment.d Updates the various operating system elements so that we set the DISTRO_NAME variable for each distro. This env var is used by bin/pkg-map to set the default distribution name for package name mappings. Change-Id: Ib4b05eb7191dd50d25799a0bac51fd15c01b74cb
2014-05-01 16:24:37 +00:00
export
DISTRO_NAME
=
rhel7
Correct rhel-common for rhel6 Hardcoding subscription-manager to use rhel-7-server-rpms causes users building rhel6 with Satellite6 to fail. This setting cannot be overridden with environment variables, therefore needs to be smarter. Setting RHEL_MAJ_VER in the rhel/rhel7 environment fixes. Change-Id: Ifbd88bc76ef8b38a739272ba6e045a12849d68df Closes-Bug: 1404364
2016-01-11 20:03:45 +00:00
export
RHEL_MAJ_VER
=
7
Reference in New Issue
Copy Permalink