svn commit: r197313 - head/release

Ken Smith kensmith at FreeBSD.org
Fri Sep 18 14:53:02 UTC 2009


Author: kensmith
Date: Fri Sep 18 14:53:01 2009
New Revision: 197313
URL: http://svn.freebsd.org/changeset/base/197313

Log:
  Have sparc64 join the separate livefs crowd.  Including the docs packages
  on disc1 (needed now by sysinstall) overflows the target CDROM iso size.
  
  MFC after:	3 days

Modified:
  head/release/Makefile

Modified: head/release/Makefile
==============================================================================
--- head/release/Makefile	Fri Sep 18 14:17:00 2009	(r197312)
+++ head/release/Makefile	Fri Sep 18 14:53:01 2009	(r197313)
@@ -242,6 +242,7 @@ MFSSIZE=		4096
 MFSINODE=		8192
 MFSLABEL=		auto
 MINIROOT=
+SEPARATE_LIVEFS=
 .elif ${TARGET_ARCH} == "ia64"
 DISKLABEL=		""
 MAKE_DVD=


More information about the svn-src-all mailing list