添加注释

This commit is contained in:
bin456789 2023-05-04 21:45:01 +08:00
parent f118616215
commit 6d3839e442
No known key found for this signature in database
GPG Key ID: EE301B386DE6C11B

View File

@ -93,6 +93,9 @@ mount /dev/disk/by-label/installer /os/installer
# 安装 grub2
basearch=$(uname -m)
if [ -d /sys/firmware/efi ]; then
# el7的grub无法启动f38 arm的内核
# https://forums.fedoraforum.org/showthread.php?330104-aarch64-pxeboot-vmlinuz-file-format-changed-broke-PXE-installs
# shellcheck disable=SC2164
cd /os/boot/efi
download https://mirrors.aliyun.com/fedora/releases/38/Everything/$basearch/os/images/efiboot.img