Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 2015 22:15:37 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r277447 - projects/release-vmimage/release/tools
Message-ID:  <201501202215.t0KMFb1k066292@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Tue Jan 20 22:15:36 2015
New Revision: 277447
URL: https://svnweb.freebsd.org/changeset/base/277447

Log:
  Remove hw.vga.textmode=1 from the VM image loader.conf,
  which was included during test builds and not intended
  to be included when merging this project branch back to
  head.
  
  This is planned to be the final commit to this branch.
  
  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	Tue Jan 20 21:59:48 2015	(r277446)
+++ projects/release-vmimage/release/tools/vmimage.subr	Tue Jan 20 22:15:36 2015	(r277447)
@@ -84,13 +84,6 @@ vm_install_base() {
 			>> ${DESTDIR}/etc/fstab
 	fi
 
-	# 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
-
 	mkdir -p ${DESTDIR}/dev
 	mount -t devfs devfs ${DESTDIR}/dev
 	chroot ${DESTDIR} /usr/bin/newaliases



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