mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
busybox:
- add function to wait of connman has started
This commit is contained in:
@@ -36,6 +36,12 @@
|
||||
exec /usr/bin/Xorg :0.0 vt01 ${args} > /dev/null 2>&1 &
|
||||
}
|
||||
|
||||
wait_for_network () {
|
||||
while [ ! -f /var/run/connman/udhcpc.*.pid ]; do
|
||||
sleep 1
|
||||
done
|
||||
}
|
||||
|
||||
start_splash() {
|
||||
while true; do
|
||||
if [ -f /tmp/.X0-lock ]; then
|
||||
|
||||
Reference in New Issue
Block a user