Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 7
    and what does that actually change? Commented Aug 9, 2012 at 10:34
  • The raspi-config script creates a GUI menu which allows you to make several system config changes. This portion of the script enables or disables lightdm, the desktop manager used for Raspbian. It uses the same update-rc.d command as is described by Bryan Dunmore. Except Raspbian does not use GDM by default, and the RasPi will barely run it if installed. Commented Aug 10, 2012 at 6:59
  • 4
    That's not the answer to the question imho. With raspi-config you setup to boot to CLI permanently while the question asks how to do it once. Commented Jan 20, 2016 at 15:11
  • Yes, if it freezes once the desktop is up, and won't ctrl+alt+f2... how do you open a terminal to run that command? The only thing that seems to work is alt+sysrq+reisub. :( Commented Feb 7, 2017 at 6:23