core: aarch64 用回 fedora 的 efi
This commit is contained in:
parent
d18cf7db0f
commit
a461fc9c96
10
reinstall.sh
10
reinstall.sh
@ -1044,8 +1044,14 @@ install_grub_linux_efi() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# fedora x86_64 的 efi 无法识别 opensuse tumbleweed 的 btrfs
|
# fedora x86_64 的 efi 无法识别 opensuse tumbleweed 的 btrfs
|
||||||
# 造成找不到启动内核
|
# opensuse tumbleweed aarch64 的 efi 无法识别 alpine 3.19 的内核
|
||||||
if false; then
|
if [ "$basearch" = aarch64 ]; then
|
||||||
|
efi_distro=fedora
|
||||||
|
else
|
||||||
|
efi_distro=opensuse
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$efi_distro" = fedora ]; then
|
||||||
fedora_ver=39
|
fedora_ver=39
|
||||||
|
|
||||||
if is_in_china; then
|
if is_in_china; then
|
||||||
|
Loading…
Reference in New Issue
Block a user