mirror of
https://github.com/bin456789/reinstall.git
synced 2026-02-21 10:27:50 +08:00
core: 临时切换到 fedora efi
Some checks failed
同步到 Gitlab / 同步到 Gitlab (push) Waiting to run
同步到 Gitlab CN / 同步到 Gitlab CN (push) Waiting to run
运行主程序 / 运行主程序 (./reinstall.bat --debug --password 123@@@, windows-latest) (push) Has been cancelled
运行主程序 / 运行主程序 (sudo bash reinstall.sh --debug --password 123@@@, ubuntu-latest) (push) Has been cancelled
Some checks failed
同步到 Gitlab / 同步到 Gitlab (push) Waiting to run
同步到 Gitlab CN / 同步到 Gitlab CN (push) Waiting to run
运行主程序 / 运行主程序 (./reinstall.bat --debug --password 123@@@, windows-latest) (push) Has been cancelled
运行主程序 / 运行主程序 (sudo bash reinstall.sh --debug --password 123@@@, ubuntu-latest) (push) Has been cancelled
link #288 #292
This commit is contained in:
parent
27b571408d
commit
f3d8694567
@ -2645,7 +2645,7 @@ install_grub_linux_efi() {
|
||||
info 'download grub efi'
|
||||
|
||||
# fedora 39 的 efi 无法识别 opensuse tumbleweed 的 xfs
|
||||
efi_distro=opensuse
|
||||
efi_distro=fedora
|
||||
grub_efi=$(get_grub_efi_filename)
|
||||
|
||||
# 不要用 download.opensuse.org 和 download.fedoraproject.org
|
||||
@ -2657,7 +2657,7 @@ install_grub_linux_efi() {
|
||||
# https://mirror.fcix.net/opensuse/tumbleweed/repo/oss/EFI/BOOT/bootx64.efi
|
||||
# https://mirror.fcix.net/opensuse/tumbleweed/appliances/openSUSE-Tumbleweed-Minimal-VM.x86_64-Cloud.qcow2
|
||||
if [ "$efi_distro" = fedora ]; then
|
||||
fedora_ver=40
|
||||
fedora_ver=41
|
||||
|
||||
if is_in_china; then
|
||||
mirror=https://mirror.nju.edu.cn/fedora
|
||||
|
||||
Loading…
Reference in New Issue
Block a user