新增32位uefi启动 (#105)

* 新增32位uefi启动

* 修复小bug

* 增加grub本地编译安装

* 增加本地grub编译安装脚本

* 修正小错误

* 修复空文件夹不上传的bug
This commit is contained in:
YJwu2023
2022-12-14 16:58:49 +08:00
committed by GitHub
parent 01876902fb
commit 38b341b8aa
18 changed files with 92 additions and 44 deletions

View File

@ -177,7 +177,7 @@ fi
# 创建磁盘镜像
bash create_hdd_image.sh
bash grub_auto_install.sh
# 解决kvm权限问题
USR=$USER
sudo adduser $USR kvm