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