From b829a2ab132b24c7c7a9681973b317a017f67c9f Mon Sep 17 00:00:00 2001 From: Vincent Buso Date: Sun, 12 Mar 2023 18:18:07 +0100 Subject: [PATCH] removed some debug commands --- FunKey/board/funkey/rootfs-overlay/etc/inittab | 2 +- FunKey/board/funkey/rootfs-overlay/root/.profile | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/FunKey/board/funkey/rootfs-overlay/etc/inittab b/FunKey/board/funkey/rootfs-overlay/etc/inittab index 5b49606..005aff9 100644 --- a/FunKey/board/funkey/rootfs-overlay/etc/inittab +++ b/FunKey/board/funkey/rootfs-overlay/etc/inittab @@ -16,7 +16,7 @@ # Startup the system ::sysinit:/bin/cat /etc/issue ::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/mount -a ::sysinit:/sbin/swapon -a diff --git a/FunKey/board/funkey/rootfs-overlay/root/.profile b/FunKey/board/funkey/rootfs-overlay/root/.profile index 7f75442..15ec1c8 100755 --- a/FunKey/board/funkey/rootfs-overlay/root/.profile +++ b/FunKey/board/funkey/rootfs-overlay/root/.profile @@ -94,8 +94,3 @@ instant_play load # Start frontend echo "Start frontend" frontend init >/dev/null 2>&1 & - -# Debug -touch /mnt/adb -touch /mnt/disable_frontend -funkey_prod_screens TEARING 60 &