Question
Mounting userfs on /home?
Hi
In my project the root filesystem is read-only, so I need to have a writeable partition mounted on /home. I first tried doing this in my machine conf (conf/machine/stm32mp1-raichu.conf) with the following lines:
ST_VENDORFS = "0"
ST_USERFS = "1"
STM32MP_USERFS_MOUNTPOINT = "/home"But it doesn't mount on /home, it still mounts on /usr/local
Any help?
