From: Michael Tremer Date: Fri, 11 Mar 2022 14:43:41 +0000 (+0000) Subject: rebuild-initrd: Drop unused script X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=46b8eb9e7f7b1ef02e26b2fe2e8c4689b45424ec;p=people%2Fstevee%2Fipfire-2.x.git rebuild-initrd: Drop unused script Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/common/aarch64/stage2 b/config/rootfiles/common/aarch64/stage2 index e34013d428..d8dc12a7f6 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 82f028ad3c..42ce447d12 100644 --- a/config/rootfiles/common/armv6l/stage2 +++ b/config/rootfiles/common/armv6l/stage2 @@ -98,7 +98,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 3aa15bf91c..70e6c6e751 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 16bf0b85d9..0000000000 --- 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