From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4b0bLs67Dlz2ywd for ; Sun, 18 May 2025 09:37:09 +0000 (UTC) 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 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4b0bLp2s1tz2y1D for ; Sun, 18 May 2025 09:37:06 +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 4b0bLn4Sl4zkH; Sun, 18 May 2025 09:37:05 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1747561025; 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; bh=H1pA4QpWA2+M+uaiWORM1oclDX4bDAkD+Ksf3sIku4Y=; b=FaTXDa10spEpWhRAVJyBTMvEyq1QxcUCp9zUjBMHXKKwEPau5nfOXq0I5Y2FqkB03a9nqL mBndXGgxw/UCdTAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1747561025; 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; bh=H1pA4QpWA2+M+uaiWORM1oclDX4bDAkD+Ksf3sIku4Y=; b=PuNpyUAQjaa8lcuMTjV/Xn//tZtTl2rgE8Bhm9oQtvcvyrv/uLnW/X+EciYOno01AhCZzc u8KkjzHfcabgvdh3B0YCa1rGVvnOhb9cBsM63Wqy7KFOhoRQxWEnIPj51sIhmRXMsHKZEa NSpUvAumkRJmJeve7S3EjqFrGbKdrzK1F/TCSZH4bNWHRpjw0Lz4+hwLOo0OXuFMFSLLBT KB6AZGc08RYsXJPjDHQRs1ye7ktQqXaPpVMXg/ky+HQfyCCTXZjnwQyMNsblmWeAxH/DlC LOFeyGsCztQ6giskjIthDgmCuMm9g97EkdBn/X5qe2k6S7QCVJhpiW3FtDReOQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core195: Ship initscripts for wireguard Date: Sun, 18 May 2025 11:37:02 +0200 Message-ID: <20250518093702.7005-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 Content-Transfer-Encoding: 8bit Fixes: bug13850 Signed-off-by: Adolf Belka --- config/rootfiles/core/195/filelists/aarch64/initscripts | 1 + config/rootfiles/core/195/filelists/riscv64/initscripts | 1 + config/rootfiles/core/195/filelists/x86_64/initscripts | 1 + 3 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/195/filelists/aarch64/initscripts create mode 120000 config/rootfiles/core/195/filelists/riscv64/initscripts create mode 120000 config/rootfiles/core/195/filelists/x86_64/initscripts diff --git a/config/rootfiles/core/195/filelists/aarch64/initscripts b/config/rootfiles/core/195/filelists/aarch64/initscripts new file mode 120000 index 000000000..af71a5b97 --- /dev/null +++ b/config/rootfiles/core/195/filelists/aarch64/initscripts @@ -0,0 +1 @@ +../../../common/aarch64/initscripts \ No newline at end of file diff --git a/config/rootfiles/core/195/filelists/riscv64/initscripts b/config/rootfiles/core/195/filelists/riscv64/initscripts new file mode 120000 index 000000000..aaf309c42 --- /dev/null +++ b/config/rootfiles/core/195/filelists/riscv64/initscripts @@ -0,0 +1 @@ +../../../common/riscv64/initscripts \ No newline at end of file diff --git a/config/rootfiles/core/195/filelists/x86_64/initscripts b/config/rootfiles/core/195/filelists/x86_64/initscripts new file mode 120000 index 000000000..5ef699c38 --- /dev/null +++ b/config/rootfiles/core/195/filelists/x86_64/initscripts @@ -0,0 +1 @@ +../../../common/x86_64/initscripts \ No newline at end of file -- 2.49.0