From d3ccd02fc63626cc543be08f089aabbb1e33e7a2 Mon Sep 17 00:00:00 2001 From: bin456789 Date: Fri, 29 Sep 2023 01:37:56 +0800 Subject: [PATCH] =?UTF-8?q?windows:=20=E4=BF=AE=E5=A4=8D=E5=88=86=E5=8C=BA?= =?UTF-8?q?=E5=8D=95=E4=BD=8D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- trans.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trans.sh b/trans.sh index 844d25e..8437371 100644 --- a/trans.sh +++ b/trans.sh @@ -539,8 +539,8 @@ create_part() { # bios parted /dev/$xda -s -- \ mklabel msdos \ - mkpart primary ntfs 1MiB -${part_size}GiB \ - mkpart primary ntfs -${part_size}GiB 100% \ + mkpart primary ntfs 1MiB -${part_size}MiB \ + mkpart primary ntfs -${part_size}MiB 100% \ set 1 boot on update_part /dev/$xda