[HEADS-UP] systemd for F14 - the next steps

Lennart Poettering mzerqung at 0pointer.de
Wed Jul 14 21:30:44 UTC 2010


On Wed, 14.07.10 17:23, Chris Lumens (clumens at redhat.com) wrote:

> 
> > Hmm, I wasn't aware that Anaconda even asks a question about the
> > runlevel. Given that I am too lazy to try this out now, what exactly is
> > this question? i.e. does it ask "Are you installing a server or a
> > deskop?" or what does it ask?
> 
> The default runlevel is inferred based upon packages installed and
> method of installation:
> 
>     if ts.dbMatch('provides', 'service(graphical-login)').count() and \
>        ts.dbMatch('provides', 'xorg-x11-server-Xorg').count() and \
>        anaconda.displayMode == 'g' and not flags.usevnc:
>         anaconda.desktop.setDefaultRunLevel(5)
> 
> Asking a question like this of the user would be kind of absurd.

Well, if this is all this is about then I wonder why this is there
anyway? If no gdm is installed, then runlevel 5 and 3 should be
identical anyway, so what's the point of fixing the default runlevel
there?

Lennart

-- 
Lennart Poettering - Red Hat, Inc.


More information about the devel mailing list