Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/livecd-tools:master commit in: init.d/
Date: Sun, 01 May 2011 02:50:03
Message-Id: 2e8a26950dbdd7a37d401ca811e3cfd3f133bc42.williamH@gentoo
1 commit: 2e8a26950dbdd7a37d401ca811e3cfd3f133bc42
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 16 19:56:59 2011 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 02:46:14 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/livecd-tools.git;a=commit;h=2e8a2695
7
8 reset splash to verbose mode for speakup users
9
10 ---
11 init.d/autoconfig | 3 +++
12 1 files changed, 3 insertions(+), 0 deletions(-)
13
14 diff --git a/init.d/autoconfig b/init.d/autoconfig
15 index e2655a6..df1a8d1 100755
16 --- a/init.d/autoconfig
17 +++ b/init.d/autoconfig
18 @@ -587,6 +587,9 @@ start() {
19
20 killall hwsetup 2>/dev/null
21 echo "6" > /proc/sys/kernel/printk
22 + splash_manager -c set -t livecd-10 -m v > /dev/null 2>&1
23 + reset
24 + chvt 1
25 }
26
27 # vim: ts=4