| commit | fe05a089c7681d90220abfea268ff439278976d6 | [log] [tgz] |
|---|---|---|
| author | Ricky Liang <[email protected]> | Tue Oct 02 03:07:56 2012 |
| committer | Gerrit <[email protected]> | Tue Oct 02 04:25:27 2012 |
| tree | 06f71f0505ed3bc1a5cec68639fab3a4d16dd167 | |
| parent | e85169a457cf3a6c060b3434bc435c6f557d266c [diff] |
dump_vpd_log: Add model_name and sku_number to VPD whitelist. BUG=chrome-os-partner:14740 TEST=run dump_vpd_log --force --stdout and see model_name and sku_number being displayed. Change-Id: I33b747a76e4b8aaea4a5f07e4ec29a2c159bde56 Reviewed-on: https://gerrit.chromium.org/gerrit/34399 Reviewed-by: Yung-Chieh Lo <[email protected]> Commit-Ready: Ricky Liang <[email protected]> Tested-by: Ricky Liang <[email protected]>
diff --git a/util/dump_vpd_log b/util/dump_vpd_log index 53ea8c4..fe0cf51 100755 --- a/util/dump_vpd_log +++ b/util/dump_vpd_log
@@ -242,7 +242,9 @@ initial_locale keyboard_layout initial_timezone - ActivateDate" + ActivateDate + model_name + sku_number" sed -e "$(generate_sed_filter ${FLAGS_full} ${WHITELIST})" < ${CACHE_FILE} \ > ${FILTERED_TMP}