projects
/
ts7250-boot-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f234ff
)
init: mount debugfs in init script
author
Nikita Shubin
<maquefel@gmail.com>
Sun, 28 Jul 2019 11:19:41 +0000
(14:19 +0300)
committer
Nikita Shubin
<maquefel@gmail.com>
Thu, 1 Aug 2019 12:53:54 +0000
(15:53 +0300)
scripts/init
patch
|
blob
|
history
diff --git
a/scripts/init
b/scripts/init
index 8bad7519999352b3d2bae3aa76482c68a25d5e33..59c1abed22a7e5ebf5cd18b877c2a3bffa8255ab 100755
(executable)
--- 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