setup-gummiboot-conf: Set background to black
[platform/adaptation/setup-scripts.git] / setup-gummiboot-conf
index 4a84039..83f5719 100755 (executable)
@@ -55,6 +55,7 @@ create_default_conf_file()
        cat > "$conf_file" <<-EOF
        # Generated by $PROG
        timeout 0
+       background #000000
        default $1
        EOF
 }