rc: remove $PLYMOUTH update calls which were not correct and causing splash to crash on boot
This commit is contained in:
parent
8b735c12e0
commit
0ec2ed0735
@ -66,8 +66,6 @@ else
|
||||
$PLYMOUTH message --text=$"Starting services..."
|
||||
fi
|
||||
|
||||
$PLYMOUTH update --status=$progressbase
|
||||
|
||||
allservicesnum=`ls -1 $rc_base/rc$runlevel.d/[S,K]* 2>/dev/null | wc -l`
|
||||
|
||||
if [ "$previous" != "N" ]; then
|
||||
@ -91,7 +89,6 @@ if [ "$previous" != "N" ]; then
|
||||
fi
|
||||
|
||||
progress=`expr $progressbase + $i \* \( 100 - $progressbase \) / ${allservicesnum}`
|
||||
$PLYMOUTH update --status=$progress
|
||||
$servicefile stop
|
||||
i=`expr $i + 1`
|
||||
}
|
||||
@ -131,7 +128,6 @@ else
|
||||
fi
|
||||
|
||||
progress=`expr $progressbase + $i \* \( 100 - $progressbase \) / ${allservicesnum}`
|
||||
$PLYMOUTH update --status=$progress
|
||||
$servicefile start
|
||||
i=`expr $i + 1`
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user