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

fix partition problem

This commit is contained in:
DanyLE
2023-07-10 13:12:50 +02:00
parent a942ba09bc
commit 88905fa585
3 changed files with 24 additions and 4 deletions

View File

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