mirror of
https://github.com/bin456789/reinstall.git
synced 2025-10-05 06:24:53 +00:00
core: 不重要的更改
- 更优雅地 overwrite windows 命令 - 更改 openSUSE 源 - 删除 wicked 网卡配置的 cloud-init 注释
This commit is contained in:
13
trans.sh
13
trans.sh
@@ -3347,6 +3347,11 @@ EOF
|
||||
chroot $os_dir cloud-init devel net-convert \
|
||||
-p /net.cfg -k yaml -d out -D opensuse -O sysconfig
|
||||
|
||||
# 删除
|
||||
# Created by cloud-init on instance boot automatically, do not edit.
|
||||
#
|
||||
sed -i '/^#/d' "$os_dir/out/etc/sysconfig/network/ifcfg-eth"*
|
||||
|
||||
for ethx in $(get_eths); do
|
||||
# 1. 修复甲骨文云重启后 ipv6 丢失
|
||||
# https://github.com/openSUSE/wicked/issues/1058
|
||||
@@ -5642,6 +5647,14 @@ EOF
|
||||
# 2012 9.3.0
|
||||
# 2008 (r2) 7.2.0.1555
|
||||
|
||||
# 9.3.1
|
||||
# https://downloads.xenserver.com/vm-tools-windows/9.3.1/managementagentx64.msi
|
||||
# http://downloadns.citrix.com.edgesuite.net/17461/managementagentx64.msi
|
||||
|
||||
# 7.2.0.1555
|
||||
# http://downloadns.citrix.com.edgesuite.net/14656/managementagentx64.msi
|
||||
# http://downloadns.citrix.com.edgesuite.net/14655/managementagentx86.msi
|
||||
|
||||
# xen
|
||||
# 没签名,暂时用aws的驱动代替
|
||||
# https://lore.kernel.org/xen-devel/E1qKMmq-00035B-SS@xenbits.xenproject.org/
|
||||
|
Reference in New Issue
Block a user