2015-07-12 03:04:09 -04:00
|
|
|
NAME='CentOS'
|
|
|
|
SUPPORTED='yes'
|
2015-07-14 01:29:27 -04:00
|
|
|
CHECK_METHOD='egrep "^CentOS" /etc/redhat-release'
|
|
|
|
PKG_MGR='yum -y install ${pkgname}'
|
2015-07-12 03:04:09 -04:00
|
|
|
PRE_RUN='none'
|
2015-07-14 01:29:27 -04:00
|
|
|
PKG_CHK='rpm -q ${pkgname} | egrep "^${pkgname}-[0-9]"'
|
|
|
|
URL='http://centos.org/'
|
2015-07-15 22:04:45 -04:00
|
|
|
# NOTE: we handle installing of squashfs-tools (maybe) and xorriso in centos_is_stupid function.
|
|
|
|
# because they *suck*. Seriously. I need to install tk just to install xorriso. I mean, what?
|