Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'jb32529' into 'master'
Add also device variant for identification.

See merge request !13
  • Loading branch information
saukko committed Sep 7, 2017
2 parents 62aa4f0 + cdf2a95 commit 1b8d1e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ssuks/ssukickstarter.cpp
Expand Up @@ -373,6 +373,7 @@ bool SsuKickstarter::write(const QString &kickstart)
kout << displayName << endl;
kout << kickstartType << endl;
kout << "# DeviceModel: " << deviceInfo.deviceModel() << endl;
kout << "# DeviceVariant: " << deviceInfo.deviceVariant(true) << endl;
if (!suggestedFeatures.isEmpty())
kout << suggestedFeatures << endl;
kout << "# SuggestedImageType: " << imageType << endl;
Expand Down

0 comments on commit 1b8d1e8

Please sign in to comment.