PERFORCE change 81323 for review

soc-andrew soc-andrew at FreeBSD.org
Tue Aug 2 04:11:29 GMT 2005


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

Change 81323 by soc-andrew at soc-andrew_serv on 2005/08/02 04:11:17

	Add /var/run to the install cd to enable the writing of dmesg.boot

Affected files ...

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

Differences ...

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

@@ -792,6 +792,7 @@
 	fi )
 	@mkdir -p ${RD}/bsdinstaller/root/var/db
 	@mkdir -p ${RD}/bsdinstaller/root/var/empty
+	@mkdir -p ${RD}/bsdinstaller/root/var/run
 	cp ${.CURDIR}/bsdinstaller/bsdinstaller_shell.sh ${RD}/bsdinstaller/root/
 	chmod u+x ${RD}/bsdinstaller/root/bsdinstaller_shell.sh
 	cp ${.CURDIR}/bsdinstaller/bsdinstaller ${RD}/bsdinstaller/root/etc/rc.d/


More information about the p4-projects mailing list