1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-30 18:41:22 +00:00
morpheus/repack
2013-09-06 08:40:52 +01:00

7 lines
123 B
Bash
Executable File

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