RH7.0: Support for errata kernel 3.10.0-123.8.1
This commit is contained in:
Родитель
9c7b518c75
Коммит
f89967b76e
|
@ -8,6 +8,15 @@
|
|||
# Determine kernel architecture version
|
||||
osbit=`uname -m`
|
||||
|
||||
#List of errata kernel for RH7.0 distro needs special handling due to KABI changes
|
||||
errata_kerver_1='3.10.0-123.8.1'
|
||||
|
||||
source ../commonfunctions.sh
|
||||
|
||||
if IsInstalledKernelOlderThanErrataKernel $errata_kerver_1; then
|
||||
cd update1
|
||||
fi
|
||||
|
||||
#Selecting appropriate rpm, 64 bit rpm for x86_64 based VM
|
||||
if [ "$osbit" == "x86_64" ]; then
|
||||
{
|
||||
|
|
|
@ -7,6 +7,14 @@
|
|||
# Determine kernel architecture version
|
||||
osbit=`uname -m`
|
||||
|
||||
#List of errata kernel for RH7.0 distro needs special handling due to KABI changes
|
||||
errata_kerver_1='3.10.0-123.8.1'
|
||||
|
||||
source ../commonfunctions.sh
|
||||
|
||||
if IsInstalledKernelOlderThanErrataKernel $errata_kerver_1; then
|
||||
cd update1
|
||||
fi
|
||||
|
||||
#Selecting appropriate rpm, 64 bit rpm for x86_64 based VM
|
||||
if [ "$osbit" == "x86_64" ]; then
|
||||
|
|
|
@ -61,6 +61,7 @@ rm -rf LISISO/RPMS610/*.rpm
|
|||
|
||||
# cleanup LIS 7.0
|
||||
rm -rf LISISO/RPMS70/*.rpm
|
||||
rm -rf LISISO/RPMS70/update1/*.rpm
|
||||
rm -rf LISISO/RPMS71/*.rpm
|
||||
rm -rf LISISO/RPMS72/*.rpm
|
||||
rm -rf LISISO/RPMS73/*.rpm
|
||||
|
|
|
@ -152,6 +152,11 @@ echo "copying root@${centos70x64}:/root/rpmbuild/RPMS/x86_64/* LISISO/RPMS70/"
|
|||
scp -r root@${centos70x64}:/root/rpmbuild/RPMS/x86_64/* LISISO/RPMS70/
|
||||
scp -r root@${centos70x64}:/root/rpmbuild/SRPMS/* LISISO/RPMS70/
|
||||
|
||||
#copying file from RPMS7.0_update1
|
||||
echo "copying root@${centos70x64update1}:/root/rpmbuild/RPMS/x86_64/* LISISO/RPMS70/update1/"
|
||||
scp -r root@${centos70x64update1}:/root/rpmbuild/RPMS/x86_64/* LISISO/RPMS70/update1/
|
||||
scp -r root@${centos70x64update1}:/root/rpmbuild/SRPMS/* LISISO/RPMS70/update1/
|
||||
|
||||
echo "copying scp -r root@${centos71x64}:/root/rpmbuild/RPMS/x86_64/* LISISO/RPMS71/"
|
||||
#copying file from RPMS7.1
|
||||
scp -r root@${centos71x64}:/root/rpmbuild/RPMS/x86_64/* LISISO/RPMS71/
|
||||
|
|
1
ips.sh
1
ips.sh
|
@ -5,6 +5,7 @@ centos73x64update2="192.168.222.49"
|
|||
centos72x64="192.168.222.8"
|
||||
centos71x64="192.168.222.6"
|
||||
centos70x64="192.168.222.97"
|
||||
centos70x64update1="192.168.222.116"
|
||||
centos610x64="192.168.222.86"
|
||||
centos610x32="192.168.222.96"
|
||||
centos69x64="192.168.222.13"
|
||||
|
|
|
@ -79,6 +79,7 @@ select: om
|
|||
# Lis 4.0 branch build rpm
|
||||
|
||||
host: centos70x64 192.168.222.97 ~/rpmbuild/SOURCES om
|
||||
host: centos70x64_UPDATE1 192.168.222.116 ~/rpmbuild/SOURCES om
|
||||
host: centos71x64 192.168.222.6 ~/rpmbuild/SOURCES om
|
||||
host: centos72x64 192.168.222.8 ~/rpmbuild/SOURCES om
|
||||
host: centos73x64 192.168.222.5 ~/rpmbuild/SOURCES om
|
||||
|
|
Загрузка…
Ссылка в новой задаче