aboutsummaryrefslogtreecommitdiff
path: root/meta-yerba/recipes-core/yerba-user/yerba-user.bb
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-06-20 09:50:54 +1200
committerArslaan Pathan <[email protected]>2026-06-20 09:50:54 +1200
commit5eda7fe7dbd7459f075a3859a302ef66956d0153 (patch)
tree9c94c6fccfb6f68f8db5f68c7f68ae4e2f6131dd /meta-yerba/recipes-core/yerba-user/yerba-user.bb
parenta9dfd56c0737d290257cdd730b510541411b38a4 (diff)
downloadyerbalinux-5eda7fe7dbd7459f075a3859a302ef66956d0153.tar.xz
yerbalinux-5eda7fe7dbd7459f075a3859a302ef66956d0153.zip
Oopsies, storage doesnt exist and also why am i naming it exampleuser from the example?
Diffstat (limited to 'meta-yerba/recipes-core/yerba-user/yerba-user.bb')
-rw-r--r--meta-yerba/recipes-core/yerba-user/yerba-user.bb2
1 files changed, 1 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 be83674..f70efa9 100644
--- a/meta-yerba/recipes-core/yerba-user/yerba-user.bb
+++ b/meta-yerba/recipes-core/yerba-user/yerba-user.bb
@@ -4,6 +4,6 @@ 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,storage -m exampleuser"
+USERADD_PARAM:${PN} = "-p '$6$ejafA1eayhrw94gC$TkY3uLfma5N.dLf9z3axYKFw0OTCbGQivSGFT.Ja6SqYtnwmsYUNAGJ3qvvdxPSrNdmGVc1yI.kGCZ/TrsoX7.' -s /bin/zsh -G wheel,audio,video -m yerba"
BB_DONT_CACHE = "1"