I don't remember why I added this, but it is an obstruction when we
launch Pakfire in the build service without any configuration just to
open an archive or something like that.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
if (*p->distro.slogan)
DEBUG(p->ctx, " slogan = %s\n", p->distro.slogan);
- // Check if the distribution has been configured
- if (!*p->distro.id || !*p->distro.version_id) {
- ERROR(p->ctx, "Invalid distribution configuration\n");
- r = -EINVAL;
- goto ERROR;
- }
-
// Bump RLIMIT_NOFILE to maximum
r = pakfire_rlimit_set(p->ctx, PAKFIRE_RLIMIT_NOFILE_MAX);
if (r)