]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
rebuild-initrd: Drop unused script dracut
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 11 Mar 2022 13:43:18 +0000 (13:43 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 11 Mar 2022 13:43:18 +0000 (13:43 +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 801c964cd5c5edd1257ed5c91045e86ffb5605e3..b8dc10a438d5bc28d7ff8f199f980e787df5de3a 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 df7c3d0f62f17d4e7fac434eeba0d8dad43e10b6..539e8d2f8996b7dcdb4eee7f39fc9519c2e26ffe 100644 (file)
@@ -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
index ffdd0ce51c69de39f1eecb3eaaebd98c80ed89a3..a5bc5c04520775a8e7e413e9c605478d58af1d56 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