1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-25 23:08:34 +00:00
morpheus/repack

7 lines
125 B
Bash
Executable File

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