15 Commits (35e859e66e74991047482b7754050be897669eea)

Author SHA1 Message Date
Teo Mrnjavac 35e859e66e Automatically create a swap partition if there's enough space. 11 years ago
Teo Mrnjavac cf5e137947 Correct operations order in EraseDiskPage. 11 years ago
Teo Mrnjavac 25c2b7265b Fixup operations order when autopartitioning. 11 years ago
Teo Mrnjavac 0426d7fd35 Bump EFI system partition default size to 300M. 11 years ago
Teo Mrnjavac 7a69aae0cb Correct operation order in EraseDiskPage for EFI. 11 years ago
Teo Mrnjavac 45d5c5bbde Only show the labels section where it's relevant. 11 years ago
Teo Mrnjavac c45e757cea Good guy clang catches lousy code.
CAL-212 #close Fixed.
11 years ago
Teo Mrnjavac 4468e30317 Prevent crash when going back from EraseDiskPage and then next.
This was caused by an invalid reference to a device model in the
partitioning preview widget after a PCM revert.
11 years ago
Kevin Kofler 8c98aeb04a 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.
11 years ago
Philip 1f661a8b4b [partition] change efiPartition value to /boot
- we need to make it configurable not hard-coded
- some distributions need '/boot/efi' or '/boot/EFI', some work with '/boot'
11 years ago
Teo Mrnjavac faa77d7f5e Use Retranslator in Partitioning module. 11 years ago
Teo Mrnjavac c070b1c836 Const correctness. 11 years ago
Teo Mrnjavac aeb20761cc Add preview and partitioning operations to Erase+Autopartition code path 11 years ago
Teo Mrnjavac a943d55063 Size policy on erase page. 11 years ago
Teo Mrnjavac ef703b0859 Add page for erase+install operation. 11 years ago