Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2006 09:15:03 GMT
From:      soc-andrew <soc-andrew@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 93615 for review
Message-ID:  <200603200915.k2K9F3T0088411@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=93615

Change 93615 by soc-andrew@soc-andrew_serv on 2006/03/20 09:14:33

	Add the generic kernel to the staging area

Affected files ...

.. //depot/projects/soc2005/bsdinstaller/src/release/Makefile#37 edit

Differences ...

==== //depot/projects/soc2005/bsdinstaller/src/release/Makefile#37 (text+ko) ====

@@ -812,6 +812,8 @@
 	( for dir in dev mnt proc root tmp var/run ; do \
 		mkdir -p ${RD}/bsdinstaller/root/$$dir; \
 	done )
+	# Add the kernel
+	@cp -Rp ${RD}/kernels/GENERIC/ ${RD}/bsdinstaller/root/boot/kernel
 
 	# Install Lua into the package root
 	# XXX Make the ftp site changeable



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603200915.k2K9F3T0088411>