When opted-in, a smolt profile is created for your hardware after the installation, on the first boot (via firstboot). There is
smoltSendProfile (part of the smolt package), which can be used to re-send your hw data.
But there is no easy way to get a link to your public profile - this should be changed, but until then ..
- if you are interested - you can use the following lines, to determine the URL to your public profile:
$ python <<EOF
import sys
sys.path.append ("/usr/share/smolt/client")
import smolt
print (smolt.get_profile_link(smolt.smoonURL, smolt.getPubUUID ()))
EOF
No comments:
Post a Comment