Files
rk35xx-android14/external/virglrenderer/perf-testing/Docker/init.sh
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

19 lines
415 B
Bash
Executable File

#!/bin/sh
set +xe
mount -t proc none /proc
mount -t sysfs none /sys
mount -t devtmpfs none /dev || echo possibly already mounted
mkdir -p /dev/pts
mount -t devpts devpts /dev/pts
mount -t virtiofs local /usr/local
mount -t debugfs none /sys/kernel/debug
echo "nameserver 8.8.8.8" > /etc/resolv.conf
#for i in 1 2 3; do sntp -sS pool.ntp.org && break || sleep 2; done
bash /usr/local/run_traces.sh
sync
sleep 1