PERFORCE change 80060 for review

soc-andrew soc-andrew at FreeBSD.org
Wed Jul 13 09:00:04 GMT 2005


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

Change 80060 by soc-andrew at soc-andrew_serv on 2005/07/13 08:59:40

	Set the kern.geom.debugflags=16 to enable the mbr to be written

Affected files ...

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

Differences ...

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

@@ -782,6 +782,7 @@
 	@echo "cron_enable=\"NO\"" >> ${RD}/bsdinstaller/root/etc/rc.conf
 	@echo "devd_enable=\"NO\"" >> ${RD}/bsdinstaller/root/etc/rc.conf
 	@echo "syslogd_enable=\"NO\"" >> ${RD}/bsdinstaller/root/etc/rc.conf
+	@echo "kern.geom.debugflags=16" >> ${RD}/bsdinstaller/root/etc/sysctl.conf
 	@cat ${.CURDIR}/bsdinstaller/gettytab >> ${RD}/bsdinstaller/root/etc/gettytab
 	( if [ -f ${.CURDIR}/bsdinstaller/ttys.${TARGET_ARCH} ]; then \
 	    cp ${.CURDIR}/bsdinstaller/ttys.${TARGET_ARCH} \


More information about the p4-projects mailing list