[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:
Adriaan de Groot 2017-12-02 11:42:56 -05:00
parent c8e42e6909
commit 16fbe4dc8c
2 changed files with 18 additions and 0 deletions

View file

@ -66,6 +66,8 @@ public:
QList< Calamares::job_ptr > jobs() const override;
Calamares::RequirementsList checkRequirements() override;
private:
void initPartitionCoreModule();
void continueLoading();