mirror of
https://github.com/rancher/os.git
synced 2025-06-04 04:40:16 +00:00
6 lines
117 B
Bash
Executable File
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
|