1
0
mirror of https://github.com/rancher/os.git synced 2025-06-04 04:40:16 +00:00
os/scripts/hash-initrd
2016-05-31 21:11:03 -07:00

6 lines
117 B
Bash
Executable File

#!/bin/bash
cd $(dirname $0)/../build/initrd
md5sum $(find -type f | sort -u ) | md5sum - | awk '{print $1}' > .id