From a52812883baeb299fff732db5e5810ee3b2ed302 Mon Sep 17 00:00:00 2001 From: mofeng <3285338098@qq.com> Date: Wed, 29 Nov 2023 16:12:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BF=87=E8=A6=86=E7=9B=96EMMC=20MBR?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a90c1c7f..3b815b05 100755 --- a/install.sh +++ b/install.sh @@ -36,7 +36,7 @@ if [ -f "./installed.txt" ]; then rm /etc/kvmd/nginx/ssl/server.key echo "跳过覆盖引导!" else - gzip -dc ./patch/Boot_SkipUSBBurning.gz | dd of=/dev/mmcblk1 && echo "One-KVM V0.4" >> installed.txt && echo "覆盖引导成功!" + gzip -dc ./patch/Boot_SkipUSBBurning.gz | dd of=/dev/mmcblk1 bs=512 seek=1 && echo "One-KVM V0.4" >> installed.txt && echo "覆盖引导成功!" fi