Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 72927363 authored by Robert Nelson's avatar Robert Nelson
Browse files

ubuntu: enable kernel debugfs under /sys/kernel/debug


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent b4822997
Branches
Tags
No related merge requests found
Pipeline #1963 passed with stage
in 11 minutes and 49 seconds
......@@ -29,6 +29,7 @@ mkdir -p ./ignore/.root/boot/firmware/ || true
echo '/dev/mmcblk0p2 /boot/firmware/ auto defaults 0 2' >> ./ignore/.root/etc/fstab
echo '/dev/mmcblk0p3 / auto errors=remount-ro 0 1' >> ./ignore/.root/etc/fstab
echo 'debugfs /sys/kernel/debug debugfs mode=755,uid=root,gid=gpio,defaults 0 0' >> ./ignore/.root/etc/fstab
rm -rf ./ignore/.root/usr/lib/systemd/system/bb-usb-gadgets.service || true
rm -rf ./ignore/.root/usr/lib/systemd/system/grow_partition.service || true
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment