From patchwork Fri Mar 11 14:43:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 5342 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 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4KFTG05kzTz3xgV for ; Fri, 11 Mar 2022 14:43:52 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4KFTFw4xHqz5WB; Fri, 11 Mar 2022 14:43:48 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KFTFw4SsDz2xMX; Fri, 11 Mar 2022 14:43:48 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4KFTFt6ZNkz2xLb for ; Fri, 11 Mar 2022 14:43:46 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4KFTFt4brRz5S6; Fri, 11 Mar 2022 14:43:46 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1647009826; 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=/fxgIwD4xP4J2XEp2Xm8KaN7u/SdSUEnkJaT8k9chdw=; b=F1FX1iz5HLNyiE72WcD/VDIByRjMEHCxNeST2ilnCnDruurIskTyCTgWuYRB+IbOCYC/Y9 C7FDiE6cuVC31DCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1647009826; 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=/fxgIwD4xP4J2XEp2Xm8KaN7u/SdSUEnkJaT8k9chdw=; b=wVrkajrk+3xPocKKEkn3telXCGHjy2Mj3KESmR3fuRBfTgWacldqM6CPRyUZnier9Kb3pK Ur2la53uSzT62nqlmXekzzTXGxCaaSpqk0NKAM44WAv6MqqowNL0kqqVB5dck7OOS6NlxV uflLT/MahU7Q9DRfvfA2TS7k7MHL8HPIWmQAKK8zScGFfv9Pr7AKVQbG42N4OjgFjmUCig 7krNt7ufGIldAdQudRfeGotXFhQmfQhXxmrAbp0ISkPu9uMF8nfbdr7usav2JrfBpkrg5O N66co1rrm2RdXLaE4Jn+qFi8/dFlb/shuSjgfckjfr9PM6UMbG7MNcbVQhjEiQ== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 5/5] rebuild-initrd: Drop unused script Date: Fri, 11 Mar 2022 14:43:41 +0000 Message-Id: <20220311144341.2642786-5-michael.tremer@ipfire.org> In-Reply-To: <20220311144341.2642786-1-michael.tremer@ipfire.org> References: <20220311144341.2642786-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer --- config/rootfiles/common/aarch64/stage2 | 1 - config/rootfiles/common/armv6l/stage2 | 1 - config/rootfiles/common/x86_64/stage2 | 1 - src/scripts/rebuild-initrd | 24 ------------------------ 4 files changed, 27 deletions(-) delete mode 100644 src/scripts/rebuild-initrd diff --git a/config/rootfiles/common/aarch64/stage2 b/config/rootfiles/common/aarch64/stage2 index 801c964cd..b8dc10a43 100644 --- a/config/rootfiles/common/aarch64/stage2 +++ b/config/rootfiles/common/aarch64/stage2 @@ -100,7 +100,6 @@ usr/local/bin/ipsec-interfaces usr/local/bin/makegraphs usr/local/bin/qosd usr/local/bin/readhash -usr/local/bin/rebuild-initrd usr/local/bin/run-parts usr/local/bin/scanhd usr/local/bin/settime diff --git a/config/rootfiles/common/armv6l/stage2 b/config/rootfiles/common/armv6l/stage2 index df7c3d0f6..539e8d2f8 100644 --- a/config/rootfiles/common/armv6l/stage2 +++ b/config/rootfiles/common/armv6l/stage2 @@ -99,7 +99,6 @@ usr/local/bin/ipsec-interfaces usr/local/bin/makegraphs usr/local/bin/qosd usr/local/bin/readhash -usr/local/bin/rebuild-initrd usr/local/bin/run-parts usr/local/bin/scanhd usr/local/bin/settime diff --git a/config/rootfiles/common/x86_64/stage2 b/config/rootfiles/common/x86_64/stage2 index ffdd0ce51..a5bc5c045 100644 --- a/config/rootfiles/common/x86_64/stage2 +++ b/config/rootfiles/common/x86_64/stage2 @@ -100,7 +100,6 @@ usr/local/bin/ipsec-interfaces usr/local/bin/makegraphs usr/local/bin/qosd usr/local/bin/readhash -usr/local/bin/rebuild-initrd usr/local/bin/run-parts usr/local/bin/scanhd usr/local/bin/settime diff --git a/src/scripts/rebuild-initrd b/src/scripts/rebuild-initrd deleted file mode 100644 index 16bf0b85d..000000000 --- a/src/scripts/rebuild-initrd +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/bash -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - -KVER=`uname -r` - -dracut --force /boot/initramfs-$KVER.img $KVER