Set the default rootMountPoint when not chroot'ing

main
Rohan Garg 9 years ago committed by Teo Mrnjavac
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…
Cancel
Save