From 77c89119006a6b39254cd3abf1fa952282ad8169 Mon Sep 17 00:00:00 2001 From: Nikita Shubin Date: Sun, 28 Jul 2019 14:19:41 +0300 Subject: [PATCH] init: mount debugfs in init script --- scripts/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/init b/scripts/init index 8bad751..59c1abe 100755 --- a/scripts/init +++ b/scripts/init @@ -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 -- 2.30.2