aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-06-20 10:32:52 +1200
committerArslaan Pathan <[email protected]>2026-06-20 10:32:52 +1200
commitcf593ad33741a89babfe6abe6792ba115eb7b60f (patch)
treef9e56fdaf9985f369e9619b493c26467c4e8354c
parent5eda7fe7dbd7459f075a3859a302ef66956d0153 (diff)
downloadyerbalinux-cf593ad33741a89babfe6abe6792ba115eb7b60f.tar.xz
yerbalinux-cf593ad33741a89babfe6abe6792ba115eb7b60f.zip
Add a proper user and add the image/logo to README
-rw-r--r--README.md2
-rw-r--r--meta-yerba/recipes-core/yerba-user/yerba-user.bb4
-rw-r--r--meta-yerba/recipes-kernel/linux/files/defconfig2
3 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index fb5ecc2..d293b0a 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+<img src="https://git.arslaancodes.com/yerbalinux.git/plain/yerba.png"/>
+
# Yerba Linux
Lightweight rolling-release linux distro using the runit init system
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"
diff --git a/meta-yerba/recipes-kernel/linux/files/defconfig b/meta-yerba/recipes-kernel/linux/files/defconfig
index 9639ec9..06b84fc 100644
--- a/meta-yerba/recipes-kernel/linux/files/defconfig
+++ b/meta-yerba/recipes-kernel/linux/files/defconfig
@@ -58,7 +58,7 @@ CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_LZ4 is not set
# CONFIG_KERNEL_ZSTD is not set
CONFIG_DEFAULT_INIT=""
-CONFIG_DEFAULT_HOSTNAME="gentoo"
+CONFIG_DEFAULT_HOSTNAME="yerba"
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_SYSVIPC_COMPAT=y