From bf801b407eb9a80158057f38a8d137d174a85d0f Mon Sep 17 00:00:00 2001 From: bin456789 Date: Sat, 9 Nov 2024 22:50:51 +0800 Subject: [PATCH] =?UTF-8?q?windows:=20=E6=B2=A1=E5=BF=85=E8=A6=81=E4=BC=98?= =?UTF-8?q?=E5=8C=96=20install.wim?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- trans.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trans.sh b/trans.sh index 261120799..190ff1ae8 100644 --- a/trans.sh +++ b/trans.sh @@ -4189,7 +4189,7 @@ install_windows() { # 优点: 可以节省 200M~600M 空间,用来创建虚拟内存 # (意义不大,因为已经删除了 boot.wim 用来创建虚拟内存,vista 除外) # 缺点: 如果 install.wim 只有一个镜像,则只能缩小 10M+ - if true; then + if false; then time wimexport --threads "$(get_build_threads 512)" "$iso_install_wim" "$image_name" "$install_wim" info "install.wim size" echo "Original: $(get_filesize_mb "$iso_install_wim")"