morpheus

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

commit 54d96836b3f693cc63d36ac1bf053880409408b2
parent e49141bdc8326fa1ab55cd952c4ede8f1e66264a
Author: sin <sin@2f30.org>
Date:   Thu, 19 Sep 2013 14:35:40 +0100

Copy .config and System.map as well

Diffstat:
Mpkgs/kernel | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/pkgs/kernel b/pkgs/kernel @@ -21,5 +21,7 @@ build() { install() { pushd src/linux-3.11.1 cp arch/x86/boot/bzImage $root/boot + cp .config $root/boot/bzImage.config + cp System.map $root/boot popd }