PERFORCE change 93615 for review

soc-andrew soc-andrew at FreeBSD.org
Mon Mar 20 09:15:04 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=93615

Change 93615 by soc-andrew at 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


More information about the p4-projects mailing list