为玩客云设置Boot_SkipUSBBurning

This commit is contained in:
mofeng-git 2024-06-10 18:18:29 +08:00
parent 7f7b431824
commit fdf58ea6f7
2 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,8 @@ systemctl disable kvmd
systemctl start kvmd
exit 0
EOF
#如果在CHROOT环境需设置NOTCHROOT=false
! $NOTCHROOT || gzip -dc ./patch/Boot_SkipUSBBurning.gz | dd of=/dev/mmcblk1 bs=512 seek=1 count=32767
echo -e "\n"
fi
}

Binary file not shown.