Hi,

beim letzten (initscripts) Update ist mir aufgefallen, dass VERBOSE= in der rc.conf entfernt wurde.

Nach dem Update von initsrcipts gibt Pacman diesen Hinweis:
[2011-07-31 10:07] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
[2011-07-31 10:07] VERBOSE= in rc.conf no longer has any effect.
[2011-07-31 10:07] Please append 'quiet' to your kernel command line.
Statt 'quiet' kann man aber auch den kernelparameter 'loglevel=' verwenden.
loglevel=	All Kernel Messages with a loglevel smaller than the
			console loglevel will be printed to the console. It can
			also be changed with klogd or other programs. The
			loglevels are defined as follows:

			0 (KERN_EMERG)		system is unusable
			1 (KERN_ALERT)		action must be taken immediately
			2 (KERN_CRIT)		critical conditions
			3 (KERN_ERR)		error conditions
			4 (KERN_WARNING)	warning conditions
			5 (KERN_NOTICE)		normal but significant condition
			6 (KERN_INFO)		informational
			7 (KERN_DEBUG)		debug-level messages
Wollte das nur mal mitteilen, da mir der Parameter loglevel= bisher nicht bekannt war und es vermutlich anderen auch so geht.

Darauf gekommen bin ich durch die arch-dev-public mailling Liste
http://mailman.archlinux.org/pipermail/arch-dev-public/2011-July/021086.html
The VERBOSE parameter no longer has an effect, use the kernel's
loglevel= parameter instead. Most p

Also nochmal kurz: Statt "quiet" (wie in der Pacman ausgabe vorgeschlagen), kann auch "loglevel=" verwendet werden.
Danke! 🙂

Können wir das ins Newsforum verschieben?
von mir aus ja 😉