control: tags -1 +moreinfo
[ Sorry for late response ] [2013-11-29 22:22] Thomas Viehweger <patchesthomas....@web.de> > Package: initscripts > Version: 2.88dsf-43 > Severity: minor > > I wondered why some messages don't appear even if I had set VERBOSE=yes > Looking at the code I found the solution (setting INIT_VERBOSE to yes). > > What about adding the following lines (or similar) to /etc/default/rcS: > > # be verbose even if kernel commandline contains "quiet" > #INIT_VERBOSE=yes Yes, this definitely can be done. But I'd ask, whether INIT_VERBOSE variable is actually needed. We have $VERBOSE variable, that defaults to "yes", can be set in /etc/default/rcS and may be modified according to kernel option. And also we have $INIT_VERBOSE, that overrides $VERBOSE independent of kernel option. Isn't it is too much complexity for such simple thing? Why would anyone desire non-verbose boot? -- Note, that I send and fetch email in batch, once in a few days. Please, mention in body of your reply when you add or remove recepients.