Skip to content

Commit

Permalink
Merge branch 'jb32529' into 'master'
Browse files Browse the repository at this point in the history
Jb32529

See merge request !12
  • Loading branch information
Matti Kosola committed Sep 7, 2017
2 parents e5b748c + ebc878e commit 62aa4f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -11,6 +11,7 @@ doc/latex
/rndssucli/ssuproxy.h
/.nodocs
ssucli/ssuproxy.h
ssucli/ssuproxy.cpp
*.o
RPMS/
installroot/
Expand Down
26 changes: 0 additions & 26 deletions ssucli/ssuproxy.cpp

This file was deleted.

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 62aa4f0

Please sign in to comment.