Text mode on boot
Hi guys.Can anyone help me to enable text mode on boot?
So, after boot, I want the OPI PC to be in text mode, but I still want to be able to start X server manually, so uninstall is off the table.
Thank you everyone in advance :) In Debian Jessie? Try this:
"In order to make text boot the default under systemd (regardless of which distro, really):
systemctl set-default multi-user.target
To change back to booting to the GUI,
systemctl set-default graphical.target"
Quoting derobert at http://unix.stackexchange.com/qu ... rt-in-debian-jessie
page:
[1]