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
a6e6570102
diskimage-builder
/
elements
/
ubuntu
/
environment.d
/
10-ubuntu-distro-name.bash
3 lines
68 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
=
ubuntu
Set DIB_RELEASE in ubuntu element The other distro elements set DIB_RELEASE which allows the other elements to know what distro release is being built during the extra-data or environment.d phases. Change-Id: I00bf13410ded5b678ebc66ff191891ed3cc80f4f
2015-03-04 23:10:04 +00:00
export
DIB_RELEASE
=
${
DIB_RELEASE
:-
trusty
}
Reference in New Issue
Copy Permalink