From: Mikko Ylinen Date: Thu, 5 Jun 2014 13:23:03 +0000 (+0300) Subject: setup-gummiboot-conf: Set background to black X-Git-Tag: accepted/tizen/common/20140814.150828~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=561cbd5b2b9504d99c1d20426a0ba3bca2b25ed5;hp=74dd9e04b2df1d89f3fccfbe29eed41ec904ad34;p=platform%2Fadaptation%2Fsetup-scripts.git setup-gummiboot-conf: Set background to black Change-Id: Id9a5664e8547818789712aee374506902fe7f47b Signed-off-by: Mikko Ylinen --- diff --git a/setup-gummiboot-conf b/setup-gummiboot-conf index 4a84039..83f5719 100755 --- a/setup-gummiboot-conf +++ b/setup-gummiboot-conf @@ -55,6 +55,7 @@ create_default_conf_file() cat > "$conf_file" <<-EOF # Generated by $PROG timeout 0 + background #000000 default $1 EOF }