adding some backup packages, disabling untested distros

This commit is contained in:
2015-07-24 04:50:51 -04:00
parent b36ef29900
commit 71e9d7be5d
13 changed files with 30 additions and 15 deletions

View File

@@ -1,5 +1,6 @@
NAME='CentOS'
SUPPORTED='yes'
# Currently fails on installing software *inside* the chroot. Will troubleshoot and restore when figured out.
SUPPORTED='untested'
CHECK_METHOD='egrep "^CentOS" /etc/redhat-release'
PKG_MGR='yum -y install ${pkgname}'
PRE_RUN='none'
@@ -9,6 +10,7 @@ URL='http://centos.org/'
function distro_specific_tweaks {
# 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?
# You need EPEL enabled, by the way.
echo "No tweaks found."