reopen 729805
thanks

Hi Michael,

On Sun, Nov 17, 2013 at 8:43 PM, Michael Biebl <bi...@debian.org> wrote:

> Am 17.11.2013 16:34, schrieb Rik Theys:
> > To show the systemd startup messages (OK Starting/started/...), I added
> systemd.show_status=1 to /etc/default/grub and updated the grub config.
> >
> > No messages (except for the systemd-fsck messages) are shown during
> startup. After startup, /proc/cmdline shows that systemd.show_status=1 was
> set, together with "quiet". The systemd.show_status=1 should be necessary
> when quiet is also specified but does not seem to have any effect.
> >
>
> quiet implies systemd.show_status=0  (read the systemd man page) and you
> passed systemd.show_status=1, so those two options conflict.
>

On my fedora system here the man page says that adding "quiet" merely
changes the default value of systemd.show_status. If it is explicitly set,
the value should be honoured.

       systemd.show_status=
           Takes a boolean argument. If true shows terse service status
updates on the console during bootup. Defaults to true, unless quiet is
           passed as kernel command line option in which case it defaults
to false.

Adding "quiet" _and_ "systemd.show_status=1" works as expected on my Fedora
19, but not on Debian.

On Fedora it shows the sytemd messages but not the kernel messages (due to
the quiet). On Debian it shows nothing (except for the systemd-fsck ones).

Regards,

Rik

Reply via email to