diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-20 10:32:52 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-20 10:32:52 +1200 |
| commit | cf593ad33741a89babfe6abe6792ba115eb7b60f (patch) | |
| tree | f9e56fdaf9985f369e9619b493c26467c4e8354c /meta-yerba/recipes-core | |
| parent | 5eda7fe7dbd7459f075a3859a302ef66956d0153 (diff) | |
| download | yerbalinux-cf593ad33741a89babfe6abe6792ba115eb7b60f.tar.xz yerbalinux-cf593ad33741a89babfe6abe6792ba115eb7b60f.zip | |
Add a proper user and add the image/logo to README
Diffstat (limited to 'meta-yerba/recipes-core')
| -rw-r--r-- | meta-yerba/recipes-core/yerba-user/yerba-user.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-yerba/recipes-core/yerba-user/yerba-user.bb b/meta-yerba/recipes-core/yerba-user/yerba-user.bb index f70efa9..6ccf1ea 100644 --- a/meta-yerba/recipes-core/yerba-user/yerba-user.bb +++ b/meta-yerba/recipes-core/yerba-user/yerba-user.bb @@ -4,6 +4,8 @@ LICENSE = "MIT" inherit useradd USERADD_PACKAGES = "${PN}" -USERADD_PARAM:${PN} = "-p '$6$ejafA1eayhrw94gC$TkY3uLfma5N.dLf9z3axYKFw0OTCbGQivSGFT.Ja6SqYtnwmsYUNAGJ3qvvdxPSrNdmGVc1yI.kGCZ/TrsoX7.' -s /bin/zsh -G wheel,audio,video -m yerba" +USERADD_PARAM:${PN} = "-p '\$6\$ejafA1eayhrw94gC\$TkY3uLfma5N.dLf9z3axYKFw0OTCbGQivSGFT.Ja6SqYtnwmsYUNAGJ3qvvdxPSrNdmGVc1yI.kGCZ/TrsoX7.' -s /bin/zsh -G wheel,audio,video -m yerba" + +ALLOW_EMPTY:${PN} = "1" BB_DONT_CACHE = "1" |
