From 9dad56eb6cb8b222eb275263d2a52f34d1cf3b91 Mon Sep 17 00:00:00 2001 From: Marko Saukko Date: Wed, 6 Sep 2017 18:34:32 +0000 Subject: [PATCH] Add DeviceModel for identification. [ssuks] Add DeviceModel for identification. Contributes to JB#32529 Signed-off-by: Marko Saukko --- ssuks/ssukickstarter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ssuks/ssukickstarter.cpp b/ssuks/ssukickstarter.cpp index 37fee75..94dac54 100644 --- a/ssuks/ssukickstarter.cpp +++ b/ssuks/ssukickstarter.cpp @@ -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;