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:
commit
22c07ca8eb
1
xCAT-server/share/xcat/netboot/centos/dracut_047
Symbolic link
1
xCAT-server/share/xcat/netboot/centos/dracut_047
Symbolic link
@ -0,0 +1 @@
|
||||
../rh/dracut_047
|
@ -11,3 +11,4 @@ wget
|
||||
python3
|
||||
tar
|
||||
bzip2
|
||||
bc
|
||||
|
@ -11,3 +11,4 @@ wget
|
||||
python3
|
||||
tar
|
||||
bzip2
|
||||
bc
|
||||
|
@ -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/;
|
||||
}
|
||||
|
@ -13,3 +13,4 @@ perl-DBD-Pg
|
||||
python3
|
||||
tar
|
||||
bzip2
|
||||
bc
|
||||
|
@ -13,3 +13,4 @@ perl-DBD-Pg
|
||||
python3
|
||||
tar
|
||||
bzip2
|
||||
bc
|
||||
|
Loading…
x
Reference in New Issue
Block a user