POINT RELEASE: all distros listed done testing
This commit is contained in:
parent
59bec45449
commit
ac6d269a64
@ -1,5 +1,5 @@
|
||||
NAME='RHEL'
|
||||
SUPPORTED='untested'
|
||||
SUPPORTED='yes'
|
||||
# Red Hat Enterprise Linux Server release 6.5 (Santiago)
|
||||
CHECK_METHOD='egrep "^Red\ Hat\ Enterprise\ Linux" /etc/redhat-release'
|
||||
PKG_MGR='yum -y install'
|
||||
|
@ -1,5 +1,5 @@
|
||||
NAME='SUSE'
|
||||
SUPPORTED='untested'
|
||||
SUPPORTED='yes'
|
||||
# Both SLED and SLES. We can probably safely combine them.
|
||||
CHECK_METHOD='egrep "^NAME=\"SLE(D|S)\"$" /etc/os-release'
|
||||
PKG_MGR='zypper install --no-confirm -l ${pkgname}'
|
||||
|
@ -1,5 +1,5 @@
|
||||
NAME='Ubuntu'
|
||||
SUPPORTED='untested'
|
||||
SUPPORTED='yes'
|
||||
CHECK_METHOD='egrep "^DISTRIB_ID=Ubuntu$" /etc/lsb-release'
|
||||
PKG_MGR='apt-get -y install ${pkgname}'
|
||||
PRE_RUN='apt-get -y update'
|
||||
|
@ -5,6 +5,7 @@ dosfstools
|
||||
gcc
|
||||
gcc-multilib
|
||||
git
|
||||
isolinux
|
||||
libiberty-dev
|
||||
libisoburn1
|
||||
lynx
|
||||
|
@ -1,5 +1,5 @@
|
||||
NAME='openSUSE'
|
||||
SUPPORTED='untested'
|
||||
SUPPORTED='yes'
|
||||
# Default doesn't have the quotes around the value, but I have a feeling that's a bug that will get "fixed" soon.
|
||||
CHECK_METHOD='egrep "^NAME=\"?openSUSE\"?$" /etc/os-release'
|
||||
PKG_MGR='zypper install --no-confirm -l ${pkgname}'
|
||||
|
Loading…
Reference in New Issue
Block a user