svn commit: r277395 - projects/release-vmimage/release/tools
Glen Barber
gjb at FreeBSD.org
Mon Jan 19 18:42:11 UTC 2015
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
More information about the svn-src-projects
mailing list