Set the default rootMountPoint when not chroot'ing
This commit is contained in:
parent
18218b250e
commit
ca393d0a44
@ -38,6 +38,8 @@ System::System( bool doChroot, QObject* parent )
|
|||||||
{
|
{
|
||||||
Q_ASSERT( !s_instance );
|
Q_ASSERT( !s_instance );
|
||||||
s_instance = this;
|
s_instance = this;
|
||||||
|
if ( !doChroot )
|
||||||
|
Calamares::JobQueue::instance()->globalStorage()->insert( "rootMountPoint", "/" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user