summaryrefslogtreecommitdiffstats
path: root/src/installer/OpenSLX/OSSetup/Distro/Scientific.pm
diff options
context:
space:
mode:
Diffstat (limited to 'src/installer/OpenSLX/OSSetup/Distro/Scientific.pm')
-rw-r--r--src/installer/OpenSLX/OSSetup/Distro/Scientific.pm27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/installer/OpenSLX/OSSetup/Distro/Scientific.pm b/src/installer/OpenSLX/OSSetup/Distro/Scientific.pm
new file mode 100644
index 00000000..c8f0364c
--- /dev/null
+++ b/src/installer/OpenSLX/OSSetup/Distro/Scientific.pm
@@ -0,0 +1,27 @@
+# Copyright (c) 2012 - OpenSLX GmbH
+#
+# This program is free software distributed under the GPL version 2.
+# See http://openslx.org/COPYING
+#
+# If you have any feedback please consult http://openslx.org/feedback and
+# send your suggestions, praise, or complaints to feedback@openslx.org
+#
+# General information about OpenSLX can be found at http://openslx.org/
+# -----------------------------------------------------------------------------
+# OSSetup/Distro/Scientific.pm
+# - provides Scientific Linux specific overrides of the OSSetup Distro API.
+# -----------------------------------------------------------------------------
+package OpenSLX::OSSetup::Distro::Scientific;
+
+use strict;
+use warnings;
+
+use base qw(OpenSLX::OSSetup::Distro::Rhel);
+
+use OpenSLX::Basics;
+
+################################################################################
+### interface methods
+################################################################################
+
+1;