#!/bin/sh top=$(pwd) root=$top/root pushd $root && find . | cpio --quiet -H newc -o | gzip -9 -n > ../morpheus.img && popd