]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
rebuild-initrd: Drop unused script
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 11 Mar 2022 14:43:41 +0000 (14:43 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 14 Mar 2022 15:18:21 +0000 (15:18 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/aarch64/stage2
config/rootfiles/common/armv6l/stage2
config/rootfiles/common/x86_64/stage2
src/scripts/rebuild-initrd [deleted file]

index e34013d428eb80acac819348ab4b696bde0f1c87..d8dc12a7f696a7b450a8ba9a9a55167bbddd8ceb 100644 (file)
@@ -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
index 82f028ad3cead63a7024dd901913001d5584c46c..42ce447d1280a0b768facf27caec640f8d6a1353 100644 (file)
@@ -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
index 3aa15bf91cc983ec26743d47e4ced5a91f84843b..70e6c6e7518fe9e80fcf59fed43da5c358124db9 100644 (file)
@@ -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 (file)
index 16bf0b8..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/bash
-###############################################################################
-#                                                                             #
-# IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2022  IPFire Team  <info@ipfire.org>                     #
-#                                                                             #
-# 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 <http://www.gnu.org/licenses/>.       #
-#                                                                             #
-###############################################################################
-
-KVER=`uname -r`
-
-dracut --force /boot/initramfs-$KVER.img $KVER