Be sure to always write hasInternet into GlobalStorage.

This commit is contained in:
Teo Mrnjavac 2016-08-18 15:28:55 +02:00
parent 6926f239f7
commit 0521f8a3b9

View File

@ -334,6 +334,7 @@ RequirementsChecker::checkHasInternet()
// We can't talk to NM, so no idea. Wild guess: we're connected
// using ssh with X forwarding, and are therefore connected. This
// allows us to proceed with a minimum of complaint.
Calamares::JobQueue::instance()->globalStorage()->insert( "hasInternet", true );
return true;
}