morpheus

suckless linux distro
git clone git://git.2f30.org/morpheus
Log | Files | Refs | Submodules | README | LICENSE

commit a5fd12434161639d2aff3b16f75192ec55d7547f
parent 7fac2943c237ceca395e32664483b40c58c0140f
Author: sin <sin@2f30.org>
Date:   Thu,  5 Sep 2013 12:35:27 +0100

Add repack script

Diffstat:
Arepack | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/repack b/repack @@ -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