mirror of
https://github.com/bin456789/reinstall.git
synced 2025-01-18 20:39:14 +08:00
添加注释
This commit is contained in:
parent
f118616215
commit
6d3839e442
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user