1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-28 11:41:22 +00:00

Add repack script

This commit is contained in:
sin 2013-09-05 12:35:27 +01:00
parent 7fac2943c2
commit a5fd124341

6
repack Executable file

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