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
This commit is contained in:
Dan Prince 2014-05-01 12:24:37 -04:00
parent c55539b142
commit 50cb019a25
6 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1 @@
export DISTRO_NAME=debian

View File

@ -0,0 +1 @@
export DISTRO_NAME=fedora

View File

@ -0,0 +1 @@
export DISTRO_NAME=opensuse

View File

@ -0,0 +1 @@
export DISTRO_NAME=rhel

View File

@ -0,0 +1 @@
export DISTRO_NAME=rhel7

View File

@ -0,0 +1 @@
export DISTRO_NAME=ubuntu