anaconda: really set default paritioning layout
setDefaultPartitioning is called when executing kickstart "autopart"
command - which is the case if one choose to not change disk
partitioning. But in manual partitioning there is also an option to
start with automatic layout and in that case setDefaultPartitioning
isn't called at all. Which results in failed partitioning (missing '/'
and bootable partition).
Similar thing is already fixed in master commit
378cfc44dd
.
QubesOS/qubes-issues#2294
Fixes QubesOS/qubes-issues#3334
This commit is contained in:
parent
e3e3f18184
commit
2f9d47ed67
@ -56,6 +56,7 @@ class InstallClass(BaseInstallClass):
|
||||
|
||||
def configure(self, anaconda):
|
||||
BaseInstallClass.configure(self, anaconda)
|
||||
self.setDefaultPartitioning(anaconda.storage)
|
||||
|
||||
def setDefaultPartitioning(self, storage):
|
||||
BaseInstallClass.setDefaultPartitioning(self,
|
||||
|
Loading…
Reference in New Issue
Block a user