1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00
Files
os/scripts/hash-initrd

7 lines
124 B
Plaintext
Raw Normal View History

2016-05-31 21:11:03 -07:00
#!/bin/bash
set -e
2016-05-31 21:11:03 -07:00
cd $(dirname $0)/../build/initrd
md5sum $(find -type f | sort -u ) | md5sum - | awk '{print $1}' > .id