From: Nikita Shubin Date: Sun, 28 Jul 2019 11:19:41 +0000 (+0300) Subject: init: mount debugfs in init script X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=77c89119006a6b39254cd3abf1fa952282ad8169;p=ts7250-boot-build.git init: mount debugfs in init script --- 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