Date: Tue, 2 Aug 2005 04:11:27 GMT From: soc-andrew <soc-andrew@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 81323 for review Message-ID: <200508020411.j724BRO2049625@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=81323 Change 81323 by soc-andrew@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508020411.j724BRO2049625>