mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
[partition] Sample of requirement checking
- There should be at least device to select, overwise we can't continue. The check currently **always** fails, so it blocks installation.
This commit is contained in:
parent
c8e42e6909
commit
16fbe4dc8c
2 changed files with 18 additions and 0 deletions
|
@ -66,6 +66,8 @@ public:
|
|||
|
||||
QList< Calamares::job_ptr > jobs() const override;
|
||||
|
||||
Calamares::RequirementsList checkRequirements() override;
|
||||
|
||||
private:
|
||||
void initPartitionCoreModule();
|
||||
void continueLoading();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue