add user account 'citadel'
This commit is contained in:
parent
882c0bda90
commit
47073f7c31
@ -0,0 +1,9 @@
|
||||
inherit allarch useradd
|
||||
|
||||
LICENSE = "MIT"
|
||||
S = "${WORKDIR}"
|
||||
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
USERADD_PACKAGES = "${PN}"
|
||||
USERADD_PARAM_${PN} = "-m -u 1000 -s /bin/bash citadel"
|
||||
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
Loading…
Reference in New Issue
Block a user