#!/bin/bash
set -e

cd $(dirname $0)/../build/initrd

md5sum $(find -type f | sort -u ) | md5sum - | awk '{print $1}' > .id
