morpheus

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

commit 96719356351613e609709085adccbea758e2ee79
parent 7d2aae0e90aa112b4f735b5baf7a1bc6c69d28f4
Author: sin <sin@2f30.org>
Date:   Wed, 18 Sep 2013 14:21:29 +0100

Do not strip executables

Diffstat:
Mstage0 | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/stage0 b/stage0 @@ -18,9 +18,6 @@ for pkg in $pkglist; do ./build pkgs/$pkg done -# Strip all executables -find $root/bin -executable -type f -exec strip {} \; &>/dev/null - pushd $root echo Creating ramdisk find . | cpio --quiet -H newc -o | gzip -9 -n > ../morpheus.img