mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2025-12-12 15:48:51 +01:00
removed some debug commands
This commit is contained in:
parent
458d7b1012
commit
b829a2ab13
@ -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
|
||||||
|
|||||||
@ -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 &
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user