mirror of
https://github.com/rancher/os.git
synced 2025-05-05 06:36:20 +00:00
6 lines
117 B
Plaintext
6 lines
117 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
cd $(dirname $0)/../build/initrd
|
||
|
|
||
|
md5sum $(find -type f | sort -u ) | md5sum - | awk '{print $1}' > .id
|