commit b9c9103873263c2f0ed8a0a4cc2e98db185f5c17 parent 3e1c2084f0318e9518ec5310df7e1703370a44a7 Author: sin <sin@2f30.org> Date: Tue, 25 Mar 2014 13:53:31 +0000 Update kernel building instructions to reflect the current setup Diffstat:
M | README | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README b/README @@ -38,11 +38,11 @@ To fetch all packages without building anything: 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 +There is a default config for the kernel in pkgs/kernel. 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 the relevant config in pkgs/kernel or you can just +manually compile the kernel and copy System.map and bzImage to $root/boot. Installing