[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: booting KERNEL



On Sun, Apr 20, 2003 at 07:32:15PM +0200, Geert Stappers wrote:
> Hello
> 
> Lines as 
> 
>  # This is the kernel image that we will boot from.
>  KERNEL=$(TEMP)/$(KERNELNAME)
>  KERNEL_SECOND=$(TEMP)/$(KERNELNAME_SECOND)
> 
> are gone from build/Makefile
> 
> Because I need "KERNEL", I have put these lines in build/config/main
> 

as a patch:

diff -u -r1.2 main
--- build/config/main   17 Apr 2003 13:45:44 -0000      1.2
+++ build/config/main   5 May 2003 21:12:51 -0000
@@ -25,3 +25,20 @@
 # The library reducer to use. Can be mklibs.sh or mklibs.py.
 MKLIBS = mklibs

+
+# Scratch directory.
+BASE_TMP=./tmp/
+# Per-type scratch directory.
+TEMP=$(BASE_TMP)$(TYPE)
+
+# Build tree location.
+TREE=$(TEMP)/tree
+
+DPKGDIR=$(TREE)/var/lib/dpkg
+TMP_MNT:=$(shell pwd)/mnt/
+
+# This is the kernel image that we will boot from.
+KERNEL=$(TEMP)/$(KERNELNAME)
+KERNEL_SECOND=$(TEMP)/$(KERNELNAME_SECOND)
+
+

Please apply it, the daily build needs it also in the line

        scp -q -B $(KERNEL) $(UPLOAD_DIR)/images/

from build/Makefile


Geert Stappers
 



Reply to: