morpheus

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

commit 69cff6d8b7c3109fa5a5a1370f253dd4f818d282
parent 9eedaa33abed5df565dd3e4cefe369052e1caf56
Author: sin <sin@2f30.org>
Date:   Mon, 17 Feb 2014 16:45:05 +0000

Don't use pushd/popd in mkinitrd

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

diff --git a/mkinitrd b/mkinitrd @@ -2,4 +2,4 @@ . ./prepare-env -pushd $root && find . | cpio --quiet -H newc -o | gzip -9 -n > ../morpheus-initrd.img && popd +cd $root && find . | cpio --quiet -H newc -o | gzip -9 -n > ../morpheus-initrd.img