mirror of
https://github.com/bin456789/reinstall.git
synced 2025-12-10 15:37:43 +08:00
debian: initrd 不精简 realtek 网卡驱动
This commit is contained in:
@ -3663,7 +3663,7 @@ remove_useless_initrd_files() {
|
|||||||
for item in *; do
|
for item in *; do
|
||||||
case "$item" in
|
case "$item" in
|
||||||
# 甲骨文 arm 用自定义镜像支持设为 mlx5 vf 网卡,且不是 azure 那样显示两个网卡
|
# 甲骨文 arm 用自定义镜像支持设为 mlx5 vf 网卡,且不是 azure 那样显示两个网卡
|
||||||
amazon | google | mellanox) ;;
|
amazon | google | mellanox | realtek) ;;
|
||||||
intel)
|
intel)
|
||||||
(
|
(
|
||||||
cd "$item"
|
cd "$item"
|
||||||
|
|||||||
Reference in New Issue
Block a user