From 618b209de75be1f80406aa7df787292249343fd3 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 19 Jun 2008 11:18:26 -0400 Subject: Don't export GRAPHICAL - plymouth is for all modes. Don't try to start rhgb. --- rc.d/init.d/functions | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'rc.d/init.d') diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions index fed1fafa..09f47f37 100755 --- a/rc.d/init.d/functions +++ b/rc.d/init.d/functions @@ -459,10 +459,8 @@ echo_warning() { # Inform the graphical boot of our current state update_boot_stage() { - if [ "$GRAPHICAL" = "yes" ]; then - if [ -x /usr/bin/rhgb-client ]; then + if [ -x /usr/bin/rhgb-client ]; then /usr/bin/rhgb-client --update="$1" - fi fi return 0 } -- cgit v1.2.1