Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2015 18:42:10 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r277395 - projects/release-vmimage/release/tools
Message-ID:  <201501191842.t0JIgAw6077765@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Mon Jan 19 18:42:10 2015
New Revision: 277395
URL: https://svnweb.freebsd.org/changeset/base/277395

Log:
  Comment the line that configures ttys(5) to 'off',
  which makes it impossible to test that the image
  boots.
  
  Add a note explaining why the line is commented,
  and not (yet) removed entirely.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  projects/release-vmimage/release/tools/gce.conf

Modified: projects/release-vmimage/release/tools/gce.conf
==============================================================================
--- projects/release-vmimage/release/tools/gce.conf	Mon Jan 19 18:36:10 2015	(r277394)
+++ projects/release-vmimage/release/tools/gce.conf	Mon Jan 19 18:42:10 2015	(r277395)
@@ -89,7 +89,10 @@ debug.trace_on_panic=1
 debug.debugger_on_panic=0
 EOF
 
-	sed -E -i '' 's/^([^#].*[[:space:]])on/\1off/' ${DESTDIR}/etc/ttys
+	## XXX: Verify this is needed.  I do not see this requirement
+	## in the docs, and it impairs the ability to boot-test a copy
+	## of the image prior to packaging for upload to GCE.
+	#sed -E -i '' 's/^([^#].*[[:space:]])on/\1off/' ${DESTDIR}/etc/ttys
 
 	touch ${DESTDIR}/firstboot
 



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