diff --git a/acct-user/partimag/metadata.xml b/acct-user/partimag/metadata.xml new file mode 100644 index 0000000000000..b0d83aa2e4894 --- /dev/null +++ b/acct-user/partimag/metadata.xml @@ -0,0 +1,8 @@ + + + + + base-system@gentoo.org + Gentoo Base System + + diff --git a/acct-user/partimag/partimag-0.ebuild b/acct-user/partimag/partimag-0.ebuild new file mode 100644 index 0000000000000..27434b6a44726 --- /dev/null +++ b/acct-user/partimag/partimag-0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="A user for sys-block/partimag" + +ACCT_USER_HOME="/var/lib/partimage" +ACCT_USER_ID="91" +ACCT_USER_GROUPS=( "partimag" ) + +acct-user_add_deps