1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-07-17 22:39:53 +02:00

add settings to enable readonly fs

This commit is contained in:
DanyLE
2023-07-10 10:19:19 +02:00
parent b358e26252
commit 7aba1f2772
5 changed files with 3 additions and 8 deletions

View File

@ -9,6 +9,7 @@ EXTRA_USERS_PARAMS = "usermod -p BJpK8ADNDLsGg root; \
usermod -a -G tty diya; \
usermod -a -G input diya; \
usermod -a -G dialout diya; \
usermod -a -G audio diya; \
usermod -a -G sudo diya \
"
IMAGE_BOOT_FILES:append = "fs_resize"