[libcalamares] Allow retrieving chroot mode from system (as well as settings)

main
Adriaan de Groot 7 years ago
parent b3d299bbf1
commit 8a053f3c9b

@ -243,4 +243,10 @@ System::getTotalDiskB() const
return 0;
}
bool
System::doChroot() const
{
return m_doChroot;
}
} // namespace

@ -170,6 +170,8 @@ public:
*/
DLLEXPORT quint64 getTotalDiskB() const;
DLLEXPORT bool doChroot() const;
private:
static System* s_instance;

Loading…
Cancel
Save