Advertisement
Guest User

Untitled

a guest
Apr 21st, 2022
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.46 KB | None | 0 0
  1. apt install overlayroot
  2. update-initramfs -uk `uname -r`
  3.  
  4. # Then in /boot/uEnv.txt:
  5. cmdline=coherent_pool=1M net.ifnames=0 lpj=1990656 rng_core.default_quality=100 quiet overlayroot=tmpfs
  6.  
  7. root@BeagleBone:~# cat /etc/fstab
  8. # /etc/fstab: static file system information.
  9. #
  10. # Auto generated by RootStock-NG: setup_sdcard.sh
  11. #
  12. /dev/mmcblk0p1  /  ext4  noatime,errors=remount-ro  0  0
  13. debugfs  /sys/kernel/debug  debugfs  mode=755,uid=root,gid=gpio,defaults  0  0
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement