1
0
mirror of https://github.com/rancher/os.git synced 2025-10-08 18:33:29 +00:00
Files
.github
assets
cmd
compose
config
docker
docs
hostname
images
init
scripts
hosting
images
installer
build
build-host
build-images
build-target
ci
clean
default
dev
entry
hash-initrd
help
integration-test
isolinux.cfg
layout
mk-initrd.sh
package
package-initrd
package-installer
package-iso
package-rootfs
prepare
release
run
shell
ssh
tar-images
template
test
validate
version
selinux
tests
util
vendor
.dockerignore
.drone.yml
.gitignore
Dockerfile.dapper
LICENSE
Makefile
README.md
main.go
os-config.tpl.yml
trash.conf
trash.yml
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