init: mount debugfs in init script
authorNikita Shubin <maquefel@gmail.com>
Sun, 28 Jul 2019 11:19:41 +0000 (14:19 +0300)
committerNikita Shubin <maquefel@gmail.com>
Thu, 1 Aug 2019 12:53:54 +0000 (15:53 +0300)
scripts/init

index 8bad7519999352b3d2bae3aa76482c68a25d5e33..59c1abed22a7e5ebf5cd18b877c2a3bffa8255ab 100755 (executable)
@@ -45,7 +45,7 @@ fi
 /bin/mount -n -t devpts -o gid=4,mode=620 none /dev/pts
 /bin/mount -n -vt tmpfs none /dev/shm
 
-kernel_ver="$(uname -r)"
+/bin/mount -t debugfs none /sys/kernel/debug/
 
 if [ "$0" = '/init' ]
 then