mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 17:05:36 -04:00
Set the default rootMountPoint when not chroot'ing
This commit is contained in:
parent
18218b250e
commit
ca393d0a44
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ System::System( bool doChroot, QObject* parent )
|
|||
{
|
||||
Q_ASSERT( !s_instance );
|
||||
s_instance = this;
|
||||
if ( !doChroot )
|
||||
Calamares::JobQueue::instance()->globalStorage()->insert( "rootMountPoint", "/" );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue