SOURCES: initramfs-tools-less-noise.patch (NEW) - lower the amount of noise...

baggins baggins at pld-linux.org
Fri Feb 27 20:16:53 CET 2009


Author: baggins                      Date: Fri Feb 27 19:16:53 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- lower the amount of noise and screen pollution on plain console

---- Files affected:
SOURCES:
   initramfs-tools-less-noise.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/initramfs-tools-less-noise.patch
diff -u /dev/null SOURCES/initramfs-tools-less-noise.patch:1.1
--- /dev/null	Fri Feb 27 20:16:54 2009
+++ SOURCES/initramfs-tools-less-noise.patch	Fri Feb 27 20:16:47 2009
@@ -0,0 +1,19 @@
+--- initramfs-tools-0.93/scripts/functions~	2009-02-27 20:05:45.000000000 +0100
++++ initramfs-tools-0.93/scripts/functions	2009-02-27 20:09:26.000000000 +0100
+@@ -26,7 +26,7 @@
+ 	if [ -x /sbin/usplash_write ]; then
+ 		/sbin/usplash_write "TEXT $@"
+ 	fi
+-	_log_msg "Begin: $@ ... "
++	_log_msg "$@ ...\n"
+ }
+ 
+ log_end_msg()
+@@ -34,7 +34,6 @@
+ 	if [ -x /sbin/usplash_write ]; then
+ 		/sbin/usplash_write "SUCCESS ok"
+ 	fi
+-	_log_msg "done.\n"
+ }
+ 
+ panic()
================================================================


More information about the pld-cvs-commit mailing list