removed some debug commands

This commit is contained in:
Vincent Buso 2023-03-12 18:18:07 +01:00
parent 458d7b1012
commit b829a2ab13
2 changed files with 1 additions and 6 deletions

View File

@ -16,7 +16,7 @@
# Startup the system # Startup the system
::sysinit:/bin/cat /etc/issue ::sysinit:/bin/cat /etc/issue
::sysinit:/bin/mount -t proc proc /proc ::sysinit:/bin/mount -t proc proc /proc
::sysinit:/bin/mount -o remount,rw / #::sysinit:/bin/mount -o remount,rw /
::sysinit:/bin/mkdir -p /dev/pts /dev/shm ::sysinit:/bin/mkdir -p /dev/pts /dev/shm
::sysinit:/bin/mount -a ::sysinit:/bin/mount -a
::sysinit:/sbin/swapon -a ::sysinit:/sbin/swapon -a

View File

@ -94,8 +94,3 @@ instant_play load
# Start frontend # Start frontend
echo "Start frontend" echo "Start frontend"
frontend init >/dev/null 2>&1 & frontend init >/dev/null 2>&1 &
# Debug
touch /mnt/adb
touch /mnt/disable_frontend
funkey_prod_screens TEARING 60 &