--
--
Chromium OS Developers mailing list: chromiu...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-os-dev?hl=en
There is an option --hwid_updater which (I believe) can be used to generate hwids,
but I don't really know what the file should look like, where it's writing to (I guess it writes to /sys/platform/devices/chromeos_acpi/HWID, since update engine reads from there),
what the file it writes should look like. Is there an example out there I can follow?
I didn't find the the source code of chromeos-hwid package either, is it open sourced?
Hi!
Nope, by design, we don't uniquely identify our users in the update process in chrome os. You can download and apply and update automatically without any unique id and there is no support for the tags you mentioned in the update_engine client.
deymo.
--