• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Move along folks, nothin to see here

beer

Lifer
I'm running RedHat 7.3 that boots to KDE by default. I'm having a hard time installing a sound card driver, so I was going to boot solely to the command line and try it. I even tried entering 'interactive boot' and I can't get it to not boot to runlevel5. What's the easiest way to boot to a lower runlevel?
 
Log in as root and edit /etc/inittab so the line that looks like this:

# The default runlevel.
id:5:initdefault:

looks like this:

# The default runlevel.
id:3:initdefault:
 
Back
Top