1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-30 20:01:20 +00:00
morpheus/repack
2013-09-05 12:35:27 +01:00

7 lines
125 B
Bash
Executable File

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