We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7bb4df commit 58eda42Copy full SHA for 58eda42
1 file changed
archinstall/lib/global_menu.py
@@ -437,7 +437,7 @@ def _validate_bootloader(self) -> str | None:
437
root_partition: PartitionModification | None = None
438
boot_partition: PartitionModification | None = None
439
efi_partition: PartitionModification | None = None
440
-
+
441
if arch_config_handler.args.skip_boot:
442
# We only need to do this if statement if we hide
443
# the bootloader from the menu system, otherwise
0 commit comments