From: Kajus Naujokaitis Date: Wed, 22 Apr 2026 11:45:32 +0000 (+0300) Subject: localed-util: respect env var when writing vconsole.conf X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72e894c5909ab6da226182596c80db8183abadbd;p=thirdparty%2Fsystemd.git localed-util: respect env var when writing vconsole.conf --- diff --git a/src/locale/localed-util.c b/src/locale/localed-util.c index 3fe039a0530..4cddfc32d91 100644 --- a/src/locale/localed-util.c +++ b/src/locale/localed-util.c @@ -319,7 +319,7 @@ int vconsole_write_data(Context *c) { return 0; } - r = write_vconsole_conf(AT_FDCWD, "/etc/vconsole.conf", l); + r = write_vconsole_conf(AT_FDCWD, etc_vconsole_conf(), l); if (r < 0) return r;