Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/
Date: Wed, 07 Aug 2019 15:46:13
Message-Id: 1565124031.6b129aca406333e440079a3861883a44b8a200b0.whissi@gentoo
1 commit: 6b129aca406333e440079a3861883a44b8a200b0
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 6 14:59:28 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 6 20:40:31 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=6b129aca
7
8 initrd.defaults: Remove duplicated definition of $NORMAL
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 defaults/initrd.defaults | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/defaults/initrd.defaults b/defaults/initrd.defaults
16 index c617064..704a5a2 100644
17 --- a/defaults/initrd.defaults
18 +++ b/defaults/initrd.defaults
19 @@ -6,7 +6,6 @@ PATH="/usr/sbin:/usr/bin:/sbin:/bin"
20 # ctrl-V then esc will print ^[
21 # ctrl-V then ctrl-shift-m will print ^M
22 BACK_UP="\033[1K\033[0G"
23 -NORMAL="\033[0m"
24 WARN="\033[33;1m"
25 BAD="\033[31;1m"
26 BOLD="\033[1m"