core: 优化文档/注释

This commit is contained in:
bin456789 2023-10-07 22:36:40 +08:00
parent 9a75f2ec0e
commit 455c3b33f9
No known key found for this signature in database
GPG Key ID: EE301B386DE6C11B
2 changed files with 5 additions and 5 deletions

View File

@ -35,10 +35,10 @@
ubuntu 20.04|22.04
alpine 3.16|3.17|3.18
opensuse 15.4|15.5|tumbleweed (只支持云镜像)
arch (只支持云镜像)
arch (只支持 amd64 云镜像)
gentoo (只支持 amd64 云镜像)
可选参数: --ci 强制使用云镜像
可选参数: --ci 强制使用云镜像
### 安装 Windows

View File

@ -811,11 +811,11 @@ install_grub_win() {
# bios
info install grub for bios
# bootmgr 加载 gr2ldr 有64k限制
# 解决方法1 gr2ldr.mbr + gr2ldr
# bootmgr 加载 g2ldr 有64k限制
# 解决方法1 g2ldr.mbr + g2ldr
# 解决方法2 生成少于64K的 g2ldr + 动态模块
# gr2ldr.mbr
# g2ldr.mbr
curl -LO http://ftp.cn.debian.org/debian/tools/win32-loader/stable/win32-loader.exe
7z x win32-loader.exe 'g2ldr.mbr' -o/tmp/win32-loader -r -y -bso0
find /tmp/win32-loader -name 'g2ldr.mbr' -exec cp {} /cygdrive/$c/ \;