I've configure my FreeBSD 7.1 so I can connect to it via a serial console and I can access the single user mode via the serial console when I have the following in my /boot/loader.conf file
If I change this to vidconsole first then I can access the single mode only on the local console and not via the serial console.
Is there a way to have single mode accessible on both serial console and local console?
Code:
console="comconsole,vidconsole"
If I change this to vidconsole first then I can access the single mode only on the local console and not via the serial console.
Is there a way to have single mode accessible on both serial console and local console?