mirror of
https://git.launchpad.net/~ubuntu-qt-code/ubuntu/+source/calamares/+git/calamares
synced 2026-03-13 02:37:39 +00:00
Manual partitioning on BIOS fix
This commit is contained in:
parent
44ba676dc5
commit
a61fb184c5
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,6 +1,7 @@
|
||||
calamares (3.3.14-0ubuntu21) resolute; urgency=medium
|
||||
|
||||
* Fix icon corruption on the "Users" page (LP: #2139358)
|
||||
* Fix initial population of bootloader installation path (LP: #2124977)
|
||||
|
||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Tue, 10 Mar 2026 12:32:11 -0400
|
||||
|
||||
|
||||
11
debian/patches/populate-bootloader-installation-path.patch
vendored
Normal file
11
debian/patches/populate-bootloader-installation-path.patch
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
--- a/src/modules/partition/gui/PartitionPage.cpp
|
||||
+++ b/src/modules/partition/gui/PartitionPage.cpp
|
||||
@@ -545,7 +545,7 @@ PartitionPage::editExistingPartition( De
|
||||
void
|
||||
PartitionPage::updateBootLoaderInstallPath()
|
||||
{
|
||||
- if ( m_isEfi || !m_ui->bootLoaderComboBox->isVisible() )
|
||||
+ if ( m_isEfi )
|
||||
{
|
||||
return;
|
||||
}
|
||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -5,3 +5,4 @@ grub-debconf-config.patch
|
||||
unmount-encrypted-devices.patch
|
||||
fix-checkbox-warning-confusion.patch
|
||||
repair-icon-size.patch
|
||||
populate-bootloader-installation-path.patch
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user