loader: set hw.vga.textmode=1 on hypervisors
Since Nov 2014, vt(4) has been the default console driver, but it's slow
in graphics mode when FreeBSD guest runs on hypervisors, especially on
Hyper-V, but luckily it's fast enough in text mode, so we can resolve
the issue by setting hw.vga.textmode=1 in the loader (I think it's not
good to ask the user to explicitly set this in /boot/loader.conf).
With the patch, the user can still overwrite the value hw.vga.textmode
by manual "set hw.vga.textmode=0" via the loader command interface, or
adding "hw.vga.textmode=0" into /boot/loader.conf.