Rootfs is morpheus.img not rootfs.img

This commit is contained in:
sin 2013-09-16 13:42:07 +01:00
parent c983c9177b
commit 0742c45ef2

2
repack
View File

@ -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