Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add DeviceModel for identification.
[ssuks] Add DeviceModel for identification. Contributes to JB#32529

Signed-off-by: Marko Saukko <marko.saukko@jolla.com>
  • Loading branch information
saukko committed Sep 6, 2017
1 parent e5b748c commit 9dad56e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ssuks/ssukickstarter.cpp
Expand Up @@ -372,6 +372,7 @@ bool SsuKickstarter::write(const QString &kickstart)
kout.setDevice(&ks);
kout << displayName << endl;
kout << kickstartType << endl;
kout << "# DeviceModel: " << deviceInfo.deviceModel() << endl;
if (!suggestedFeatures.isEmpty())
kout << suggestedFeatures << endl;
kout << "# SuggestedImageType: " << imageType << endl;
Expand Down

0 comments on commit 9dad56e

Please sign in to comment.