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
6ddbb457d6
diskimage-builder
/
elements
/
fedora
/
environment.d
/
10-fedora-distro-name.bash
3 lines
64 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
=
fedora
Make Fedora 24 the default Fedora 24 is the current release, so use it in the fedora and fedora-minimal elements. Change-Id: I0ac0d0767d4de9d28ae86d1344fd7c9d8876e5a1
2016-07-08 16:15:08 +00:00
export
DIB_RELEASE
=
${
DIB_RELEASE
:-
24
}
Reference in New Issue
Copy Permalink