54d8db1e4d
Implements: blueprint robust-dependencies Fixes: bug #1157871 Fixes: bug #1184016 Fixes: bug #1184017 Change-Id: I4d1e6d4b1b32473182259d60b1db6918cba889e9
7 lines
115 B
Bash
7 lines
115 B
Bash
# -*- sh -*-
|
|
## Bootstrap for CentOS Linux 6.x
|
|
SHORTNAME=CENTOS
|
|
MIN_RELEASE=6.0
|
|
|
|
source "$BSCONF_DIR/CommonRedHat"
|