summaryrefslogtreecommitdiffstats
path: root/encap
diff options
context:
space:
mode:
authorDaniel Joseph Barnhart Clark <dclark@pobox.com>2007-07-18 03:47:35 +0000
committerDaniel Joseph Barnhart Clark <dclark@pobox.com>2007-07-18 03:47:35 +0000
commitd774f1f009ec8fb8254f7f0d43547a64ca5c72d6 (patch)
tree43d33291c09d68ca1df447bad0cc9e317841c255 /encap
parentf88499ca774d538697ce45aa7484f2c7d367d6fc (diff)
downloadbcfg2-d774f1f009ec8fb8254f7f0d43547a64ca5c72d6.tar.gz
bcfg2-d774f1f009ec8fb8254f7f0d43547a64ca5c72d6.tar.bz2
bcfg2-d774f1f009ec8fb8254f7f0d43547a64ca5c72d6.zip
EncapPackages: Added detection of a few more GNU/Linux Distros.
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3469 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap')
-rw-r--r--encap/src/encap-profiles/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/encap/src/encap-profiles/Makefile b/encap/src/encap-profiles/Makefile
index 902fd3a85..a1b1f783d 100644
--- a/encap/src/encap-profiles/Makefile
+++ b/encap/src/encap-profiles/Makefile
@@ -71,6 +71,14 @@ ifeq ($(DISTRO),Red Hat Linux release 7.2 (Enigma))
OS ?= linux_redhat_72
endif
+ifeq ($(DISTRO),Red Hat Enterprise Linux AS release 4 (Nahant Update 4))
+OS ?= linux_redhat_rhel4
+endif
+
+ifeq ($(DISTRO),Red Hat Enterprise Linux AS release 4 (Nahant Update 5))
+OS ?= linux_redhat_rhel4
+endif
+
ifeq ($(DISTRO),Welcome to SuSE SLES 8 (powered by UnitedLinux 1.0) (i586))
OS ?= linux_suse_sles8
endif
@@ -79,6 +87,10 @@ ifeq ($(DISTRO),Welcome to SUSE Linux Enterprise Server 10 (i586) - Kernel \r (\
OS ?= linux_suse_sles10
endif
+ifeq ($(DISTRO),Welcome to SUSE Linux Enterprise Server 10 (x86_64) - Kernel \r (\l).)
+OS ?= linux_suse_sles10
+endif
+
ifdef BCFG2_PYTHON_APT
sources_ep += $(BCFG2_PYTHON_APT)
endif