diff options
Diffstat (limited to 'meta-yerba')
| -rw-r--r-- | meta-yerba/recipes-core/yerba-user/yerba-user.bb | 4 | ||||
| -rw-r--r-- | meta-yerba/recipes-kernel/linux/files/defconfig | 2 |
2 files changed, 4 insertions, 2 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" 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 |
