Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/meta/recipes-core/images/core-image-minimal.bb b/meta/recipes-core/images/core-image-minimal.bb
- index 4630026..1398604 100644
- --- a/meta/recipes-core/images/core-image-minimal.bb
- +++ b/meta/recipes-core/images/core-image-minimal.bb
- @@ -6,7 +6,18 @@ IMAGE_LINGUAS = " "
- LICENSE = "MIT"
- -inherit core-image
- +inherit core-image extrausers
- +
- +EXTRA_USERS_PARAMS = "\
- +useradd -p '' tester1; \
- +useradd -p 'vz4kBbiMF9z6E' tester2; \
- +groupadd developers; \
- +userdel games; \
- +groupdel video; \
- +groupmod -g 1020 developers; \
- +usermod -s /bin/sh tester1; \
- +usermod -g users -G developers,sys tester2; \
- +"
- IMAGE_ROOTFS_SIZE ?= "8192"
- IMAGE_ROOTFS_EXTRA_SPACE_append = "${@bb.utils.contains("DISTRO_FEATURES", "systemd", " + 4096", "" ,d)}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement