2025-11-23 22:38:23 +08:00
fix
2025-11-23 22:11:53 +08:00
fix
2025-11-23 22:11:53 +08:00
2025-11-23 16:05:51 +08:00
2025-11-23 16:05:51 +08:00
fix
2025-11-23 22:11:53 +08:00
2025-11-23 16:05:51 +08:00
2025-11-23 16:05:51 +08:00
2025-11-23 16:05:51 +08:00
2025-11-23 16:05:51 +08:00
2025-11-23 16:05:51 +08:00
2025-11-23 16:05:51 +08:00
2025-11-23 22:38:23 +08:00
2025-11-23 16:05:51 +08:00

calamares 安装程序源码

修复bios传统引导执行bootload时报错gurb问题

if install_hybrid_grub == True and efi_boot_loader != "grub":
    raise ValueError(f"efi_boot_loader '{efi_boot_loader}' is illegal when install_hybrid_grub is 'true'!")
    return

判断问题,去除 return后正常执行

if install_hybrid_grub == True and efi_boot_loader != "grub":
    raise ValueError(f"efi_boot_loader '{efi_boot_loader}' is illegal when install_hybrid_grub is 'true'!")
Description
calamares 安装程序
Readme 3.7 MiB
Languages
C++ 74.7%
Python 7.9%
QML 7.3%
CMake 4.8%
Roff 3.4%
Other 1.9%