svn commit: r277447 - projects/release-vmimage/release/tools
Glen Barber
gjb at FreeBSD.org
Tue Jan 20 22:15:37 UTC 2015
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
More information about the svn-src-projects
mailing list