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

Merge pull request #6481 from cxhong/centos8

Modify pkglist to clean up genimage error messages
This commit is contained in:
besawn 2019-11-12 18:09:52 -05:00 committed by GitHub
commit 22c07ca8eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1 @@
../rh/dracut_047

View File

@ -11,3 +11,4 @@ wget
python3
tar
bzip2
bc

View File

@ -11,3 +11,4 @@ wget
python3
tar
bzip2
bc

View File

@ -717,7 +717,7 @@ if (@new_order) {
@ndrivers = (@new_order, @ndrivers);
}
if (-f "$rootimg_dir/lib/modules/$kernelver/kernel/drivers/net/ethernet/mellanox/mlx4/mlx4_en.ko") {
if (-d "$rootimg_dir/lib/modules/$kernelver/kernel/drivers/net/ethernet/mellanox/mlx4") {
for (@ndrivers) {
s/mlx_en/mlx4_en/;
}

View File

@ -13,3 +13,4 @@ perl-DBD-Pg
python3
tar
bzip2
bc

View File

@ -13,3 +13,4 @@ perl-DBD-Pg
python3
tar
bzip2
bc