From fb0c05175a87845c6860888dcd8272541023bc45 Mon Sep 17 00:00:00 2001 From: bin456789 Date: Sun, 4 Jun 2023 19:07:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dwin=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=8D=E5=88=B6=E5=87=BA=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- trans.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trans.sh b/trans.sh index 89aeeb5..31adc1d 100644 --- a/trans.sh +++ b/trans.sh @@ -270,7 +270,8 @@ if [ "$distro" = "windows" ]; then # bios: 复制iso全部文件到installer分区 if [ -d /sys/firmware/efi/ ]; then mkdir -p /os/boot/efi/sources/ - /bin/cp -rv /iso/boot* /iso/efi/ /os/boot/efi/ + /bin/cp -rv /iso/boot* /os/boot/efi/ + /bin/cp -rv /iso/efi/ /os/boot/efi/ /bin/cp -rv /iso/sources/boot.wim /os/boot/efi/sources/ rsync -rv --exclude=/sources/boot.wim /iso/* /os/installer/ boot_wim=/os/boot/efi/sources/boot.wim