svn commit: r277187 - projects/release-vmimage/release/tools
Glen Barber
gjb at FreeBSD.org
Wed Jan 14 16:42:55 UTC 2015
Author: gjb
Date: Wed Jan 14 16:42:54 2015
New Revision: 277187
URL: https://svnweb.freebsd.org/changeset/base/277187
Log:
Add a comment to note that setting hw.vga.textmode=1 is
temporary.
Sponsored by: The FreeBSD Foundation
Modified:
projects/release-vmimage/release/tools/vmimage.subr
Modified: projects/release-vmimage/release/tools/vmimage.subr
==============================================================================
--- projects/release-vmimage/release/tools/vmimage.subr Wed Jan 14 16:27:43 2015 (r277186)
+++ projects/release-vmimage/release/tools/vmimage.subr Wed Jan 14 16:42:54 2015 (r277187)
@@ -86,6 +86,7 @@ vm_install_base() {
# Set hw.vga.textmode=1, with the assumption that the hypervisor
# will not be capable of using the graphics console mode.
+ # XXX: Revert this before merging to head.
echo '# Comment the next line to enable graphical console mode' \
>> ${DESTDIR}/boot/loader.conf
echo 'hw.vga.textmode=1' >> ${DESTDIR}/boot/loader.conf
More information about the svn-src-projects
mailing list