2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

change the version of genesis-base to 2.12; remote the hwdb.bin from genesis-base for x86_64

This commit is contained in:
wangxiaopeng 2016-05-05 11:23:25 -04:00
parent 8bbc201ff1
commit 40ac6cbca7
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@ if [ $BUILDARCH = "x86_64" ]; then
sed -i 's/\/lib64\/libmenu.so.5//' $DRACUTMODDIR/install
sed -i 's/\/lib64\/libsysfs.so.2//' $DRACUTMODDIR/install
sed -i 's/\/usr\/sbin\/iprconfig//' $DRACUTMODDIR/install
sed -i '/hwdb.bin/ d' $DRACUTMODDIR/install
sed -i 's/instmods ipr//' $DRACUTMODDIR/installkernel
fi
if [ "$HOSTOS" = "mcp" ]; then

View File

@ -1,4 +1,4 @@
%define version 2.11
%define version 2.12
%ifarch i386 i586 i686 x86
%define tarch x86
%endif