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 4Zxh9P0hmvz33jF for ; Tue, 13 May 2025 16:03:53 +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 4Zxh9K48Zgz30Hh for ; Tue, 13 May 2025 16:03:49 +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 4Zxh9J6Pt5z4gb; Tue, 13 May 2025 16:03:48 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1747152229; 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=fSU2XKaN93GPRwVnxYMS7YZ5Fmuqpl+/D+WJoH+W2ys=; b=WB/BIH8J9HCzgHSftT2R18wXUtGpLdHeF/YW5gDZAfRI7JCRPQ/re6NmWuNaEQgy27YI3j Wc//HRKYXhvVrLDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1747152229; 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=fSU2XKaN93GPRwVnxYMS7YZ5Fmuqpl+/D+WJoH+W2ys=; b=M0P3EuhwKK/Hi4wAFSV0PgTt6sIuaDIlJknmnO7Q9dbJyQ3S3bmfNN/eYB5ouDvXTDbIoJ m5+vgPxasyh/a4iyO8Fs8ZCXIX8S5VBQbBIy1ApkKO3/JSfTfiu4Kr+r4ZRPuqQ4iiqpog itd+QsWkjynAqKrtW9oQbZQw8uDmUYIM/cr2vMuqKCF6ZHcFeqOduDK6LotTcok9ouj9lw ajWVdOvn287Gbh+5nv11PwvTOdyFxo9fmtpwebaMHpjObGRXSnNjymO/x2LvyhA1reaDnP 5e//fMyLqUVQ51Hhbz82Oiww2m/EQHzw3lIli5cPQLLhAdYqiFE4wbXTN5FiDA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core196: Ship intel-microcode Date: Tue, 13 May 2025 18:03:33 +0200 Message-ID: <20250513160343.2096670-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 Signed-off-by: Adolf Belka --- config/rootfiles/core/196/filelists/x86_64/intel-microcode | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/196/filelists/x86_64/intel-microcode diff --git a/config/rootfiles/core/196/filelists/x86_64/intel-microcode b/config/rootfiles/core/196/filelists/x86_64/intel-microcode new file mode 120000 index 000000000..e099fdbd0 --- /dev/null +++ b/config/rootfiles/core/196/filelists/x86_64/intel-microcode @@ -0,0 +1 @@ +../../../common/x86_64/intel-microcode \ No newline at end of file -- 2.49.0