From 5e8706887539e6efc12953fd419182b7a1f9aa05 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Wed, 14 Jan 2015 16:42:54 +0000 Subject: [PATCH] Add a comment to note that setting hw.vga.textmode=1 is temporary. Sponsored by: The FreeBSD Foundation --- release/tools/vmimage.subr | 1 + 1 file changed, 1 insertion(+) diff --git a/release/tools/vmimage.subr b/release/tools/vmimage.subr index 52530e8397f2..e200d0af6ff3 100644 --- a/release/tools/vmimage.subr +++ b/release/tools/vmimage.subr @@ -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