morpheus

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

commit ea204456efd7d6557525f86d88a5a1c895608475
parent e611f394e98bbe9a5c486020379678fb5510062c
Author: sin <sin@2f30.org>
Date:   Tue,  4 Mar 2014 12:04:06 +0000

Add kernel rebuilding instructions in README

Diffstat:
MREADME | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -33,6 +33,16 @@ To fetch all packages without building anything: mk fetch-world +Rebuilding the kernel +--------------------- + +There is a default config for the kernel in stuff/kernel-config-$arch. +The default config is copied over .config in the kernel source +directory every time you do a build via mk(1). You can adjust your +local .config and copy it over stuff/kernel-config-$arch or you can +just manually compile the kernel and copy System.map and bzImage to +$root/boot. + Installing ----------