From d4723155ff86d49d1e98e05d04d20fd058340704 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Sat, 20 Aug 2011 11:23:15 +0200 Subject: boot.log: clean ANSI codes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Suggested-by: Karol B?a?ewicz Suggested-by: Eric Bélanger Signed-off-by: Tom Gundersen --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') diff --git a/functions b/functions index bd05fa8..7beffb3 100644 --- a/functions +++ b/functions @@ -435,7 +435,7 @@ bootlogd_stop() { kill $(< /run/bootlogd.pid) rm -f /run/bootlogd.pid sed -i -r -e 's/\^\[\[[0-9]?;?[0-9]?[0-9]?;?[0-9]?[0-9]?[ms]//g' \ - -e 's/\^\[(\[151|%)G//g' /var/log/boot + -e 's/\^\[(\[1[0-9]1|%)G//g' /var/log/boot } ############################### -- cgit v1.2.3