From f5c1fab3d9715d14074efffc2413acce8a906602 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 9 Jan 2020 14:17:01 +0300 Subject: change configuration location to /etc/init --- rc.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.boot') diff --git a/rc.boot b/rc.boot index a86a29f..e005339 100755 --- a/rc.boot +++ b/rc.boot @@ -1,6 +1,6 @@ #!/bin/sh -. PREFIX/lib/init/rc.conf +. /etc/init/rc.conf welcome() { printf '\033[1;36m=>\033[m\033[1m Welcome to\033[35m Carbs Linux\033[m\033[1m!\n' ;} -- cgit v1.2.3