On Sat, Aug 6, 2011 at 10:02, Madhurya Kakati <mkakati2805@gmail.com> wrote:
On Sat, Aug 6, 2011 at 9:15 AM, Karol Blazewicz <karol.blazewicz@gmail.com> wrote:
On Sat, Aug 6, 2011 at 5:43 AM, Madhurya Kakati <mkakati2805@gmail.com> wrote:
Hi, I ran pacman -Syu and now I am seeing more info than shown before during boot. VERBOSE is set to 3 in rc.conf. Whats happening? Any changes to boot process? Thanks
When you upgraded you got [code] [2011-07-31 18:35] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew [2011-07-31 18:35] VERBOSE= in rc.conf no longer has any effect. [2011-07-31 18:35] Please append 'quiet' to your kernel command line. [/code] in your pacman output, right?
hmm.... removed VERBOSE from rc.conf. Will setting quiet kernel parameter stop displaying which daemons are starting as well? the output during boot that starts with [<time>] are kernel outputs right?
to "remove" the [<time>] you can use printk.time=0 and for more info see this http://mailman.archlinux.org/pipermail/arch-dev-public/2011-April/020069.htm...