mirror of
https://github.com/linuxboot/heads.git
synced 2025-03-14 08:16:44 +00:00
blobs/xx80/README: fix gbe hash
repro user@heads-t480:~/heads/blobs/xx80$ git status On branch poc_t480 nothing to commit, working tree clean user@heads-t480:~/heads/blobs/xx80$ cat hashes.txt d3af2dfbf128bcddfc8c5810a11478697312e5701668f719f80f3f6322db5642 gbe.bin f2f6d5fb0a5e02964b494862032fd93f1f88e2febd9904b936083600645c7fdf ifd.bin 1990b42df67ba70292f4f6e2660efb909917452dcb9bd4b65ea2f86402cfa16b me.bin user@heads-t480:~/heads/blobs/xx80$ cat hashes.txt | awk -F " " {'print $1'} | while read hash; grep $hash README; done bash: syntax error near unexpected token `done' user@heads-t480:~/heads/blobs/xx80$ cat hashes.txt | awk -F " " {'print $1'} | while read hash; do grep $hash README; done f2f6d5fb0a5e02964b494862032fd93f1f88e2febd9904b936083600645c7fdf ifd.bin 1990b42df67ba70292f4f6e2660efb909917452dcb9bd4b65ea2f86402cfa16b me.bin user@heads-t480:~/heads/blobs/xx80$ vim README user@heads-t480:~/heads/blobs/xx80$ vim README user@heads-t480:~/heads/blobs/xx80$ cat hashes.txt | awk -F " " {'print $1'} | while read hash; do grep $hash README; done d3af2dfbf128bcddfc8c5810a11478697312e5701668f719f80f3f6322db5642 gbe.bin f2f6d5fb0a5e02964b494862032fd93f1f88e2febd9904b936083600645c7fdf ifd.bin 1990b42df67ba70292f4f6e2660efb909917452dcb9bd4b65ea2f86402cfa16b me.bin user@heads-t480:~/heads/blobs/xx80$ sha256sum -c hashes.txt gbe.bin: OK ifd.bin: OK me.bin: OK user@heads-t480:~/heads/blobs/xx80$ cat hashes.txt | awk -F " " {'print $1'} | while read hash; do grep $hash README; done d3af2dfbf128bcddfc8c5810a11478697312e5701668f719f80f3f6322db5642 gbe.bin f2f6d5fb0a5e02964b494862032fd93f1f88e2febd9904b936083600645c7fdf ifd.bin 1990b42df67ba70292f4f6e2660efb909917452dcb9bd4b65ea2f86402cfa16b me.bin user@heads-t480:~/heads/blobs/xx80$ cat .gitignore me.bin user@heads-t480:~/heads/blobs/xx80$ git status Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
parent
d9f4cbcfc3
commit
1fb37f01a3
@ -23,8 +23,8 @@ sha256sum:
|
||||
f2f6d5fb0a5e02964b494862032fd93f1f88e2febd9904b936083600645c7fdf ifd.bin
|
||||
|
||||
sha256sum:
|
||||
6b7f3912995fb87ae62956e009470b35b72b5b9a4bfd7bed48da429af9804866 gbe.bin
|
||||
d3af2dfbf128bcddfc8c5810a11478697312e5701668f719f80f3f6322db5642 gbe.bin
|
||||
------------------------
|
||||
|
||||
Notes: as specified in first link, this ME can be deployed to:
|
||||
T480 and T480s
|
||||
T480 and T480s
|
||||
|
Loading…
x
Reference in New Issue
Block a user