Make efiSystemPartition mount point configurable in partition.conf.
Copy the setting into the global storage. Make the EraseDiskPage in the partition module and the grub and bootloader modules read it from there. Do not hardcode /boot as the path anymore. I set the default path to /boot/efi because I think that's the most common setting. At least Fedora and Debian use that path. But we can change the default setting if you think I'm wrong, as long as it remains configurable. There is no separate setting for efi_directory_firmware anymore. The EFI firmwares expect that directory to always be in the "EFI" path in the EFI System Partition. Distributions using /boot/efi actually have that directory under /boot/efi/EFI.
Showing
- src/modules/bootloader/main.py 7 additions, 5 deletionssrc/modules/bootloader/main.py
- src/modules/grub/main.py 2 additions, 2 deletionssrc/modules/grub/main.py
- src/modules/partition/gui/EraseDiskPage.cpp 6 additions, 1 deletionsrc/modules/partition/gui/EraseDiskPage.cpp
- src/modules/partition/gui/PartitionViewStep.cpp 19 additions, 0 deletionssrc/modules/partition/gui/PartitionViewStep.cpp
- src/modules/partition/gui/PartitionViewStep.h 2 additions, 0 deletionssrc/modules/partition/gui/PartitionViewStep.h
- src/modules/partition/partition.conf 4 additions, 0 deletionssrc/modules/partition/partition.conf
Loading
Please register or sign in to comment