Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jul 2005 09:00:02 GMT
From:      soc-andrew <soc-andrew@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 80060 for review
Message-ID:  <200507130900.j6D902Md045710@repoman.freebsd.org>

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

Change 80060 by soc-andrew@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} \



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