Add a comment to note that setting hw.vga.textmode=1 is

temporary.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-01-14 16:42:54 +00:00
parent b4ff8f11d4
commit 5e87068875
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-vmimage/; revision=277187

View file

@ -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