From patchwork Sat Jul 4 15:38:47 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10016 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gsvtB74gLz3wqB for ; Sat, 04 Jul 2026 15:38:58 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gsvt94XzZz6p4 for ; Sat, 04 Jul 2026 15:38:57 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gsvt84QBSz308L for ; Sat, 04 Jul 2026 15:38:56 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gsvt56TLhz2yrj for ; Sat, 04 Jul 2026 15:38:53 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4gsvt54GlgzMj; Sat, 04 Jul 2026 15:38:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1783179533; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vC0KUj6WjNMJGfuBAyfJvwOXENKoD29tXgtAbKLAZ+c=; b=C3odLRXw3ja+dUqsB3v8laKY3gqa6pNkTgrMyzsAo2mX2aJ4lg1RHOwP8RppoU9NaaEZ7r m228GiLGFZklfCiIDIVdBDjZ5DvVaqQHyEt/1KcnET+ub7b9gTFAjt9l7eguCHKIuLe6uQ EoGtL+7dMgzCDDxwa+sqpGeZxRrBWVrs9qZwtNXaUYVO4Sq9kg/7wiibZQLLrLvMOTdkbc hVa8VGv222cYUpWEuV5CqLEL+iqqu0c7gn/OmlGCW4aHgk7KWiWvKWaRN+3zOg7BQAguR5 pO+ejOaOKfrCwxzCXv6mCVGaVyDpzSKJj1edv9MB1bukvzq2WJ6aJQl6KxTdzQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1783179533; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vC0KUj6WjNMJGfuBAyfJvwOXENKoD29tXgtAbKLAZ+c=; b=G4owl0IaM/Mq/dBpq5ATvWGO7CdqUdLAFlhUmd61HC9tUMpfiMSH/wkQEA+bny8ppJwu3e 8VIyYgr2HHFRsjAA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 4/6] core203: Ship attr Date: Sat, 4 Jul 2026 17:38:47 +0200 Message-ID: <20260704153849.3586287-4-adolf.belka@ipfire.org> In-Reply-To: <20260704153849.3586287-1-adolf.belka@ipfire.org> References: <20260704153849.3586287-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Signed-off-by: Adolf Belka --- config/rootfiles/core/204/filelists/attr | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/204/filelists/attr diff --git a/config/rootfiles/core/204/filelists/attr b/config/rootfiles/core/204/filelists/attr new file mode 120000 index 000000000..c80801751 --- /dev/null +++ b/config/rootfiles/core/204/filelists/attr @@ -0,0 +1 @@ +../../../common/attr \ No newline at end of file