Skip to content

Commit

Permalink
Fix pci-get-identifier to work on pcd
Browse files Browse the repository at this point in the history
  • Loading branch information
brimstone committed Aug 28, 2016
1 parent a790e94 commit fc5c80e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init/root/sbin/pci-get-identifier
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ hash="$(find /sys -name 'modalias' -exec cat \{\} + \
| sort \
| uniq \
| gzip -9 \
| base64 -w 0)"
| base64 \
| tr -d '\n')"
echo "Hardware hash:"
echo "$hash"

0 comments on commit fc5c80e

Please sign in to comment.