mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
[tracking] hook the install-tracking job into the build.
(it doesn't work yet, though .. multi-threading issues).
This commit is contained in:
parent
a0b1410a50
commit
9a43b8a0e8
3 changed files with 14 additions and 2 deletions
|
@ -132,6 +132,8 @@ TrackingViewStep::jobs() const
|
|||
.replace( "$DISK", disk );
|
||||
|
||||
cDebug() << " .. install-tracking URL" << installUrl;
|
||||
|
||||
l.append( Calamares::job_ptr( new TrackingInstallJob( installUrl ) ) );
|
||||
}
|
||||
return l;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue