morpheus

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

commit 0742c45ef2d8d134c79575f09de63339dd687d45
parent c983c9177be851e30a018d7f9c02ee23c20afd8c
Author: sin <sin@2f30.org>
Date:   Mon, 16 Sep 2013 13:42:07 +0100

Rootfs is morpheus.img not rootfs.img

Diffstat:
Mrepack | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/repack b/repack @@ -3,4 +3,4 @@ top=$(pwd) root=$top/root -pushd $root && find . | cpio --quiet -H newc -o | gzip -9 -n > ../rootfs.img && popd +pushd $root && find . | cpio --quiet -H newc -o | gzip -9 -n > ../morpheus.img && popd