Skip to content

Commit

Permalink
windows: 没必要优化 install.wim
Browse files Browse the repository at this point in the history
  • Loading branch information
bin456789 committed Nov 9, 2024
1 parent 7ab1c45 commit bf801b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trans.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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")"
Expand Down

0 comments on commit bf801b4

Please sign in to comment.