commit:     8b0f43f13dd8cb2ffb4a97cfdbbe7c17f6bfd192
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Apr 25 15:38:12 2025 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Apr 26 20:38:58 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b0f43f1

sys-apps/kexec-tools: remove unused files

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Part-of: https://github.com/gentoo/gentoo/pull/41746
Closes: https://github.com/gentoo/gentoo/pull/41746
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/kexec-tools/files/90_kexec         |  9 --------
 sys-apps/kexec-tools/files/kexec.conf-2.0.4 | 34 -----------------------------
 2 files changed, 43 deletions(-)

diff --git a/sys-apps/kexec-tools/files/90_kexec 
b/sys-apps/kexec-tools/files/90_kexec
deleted file mode 100644
index 40bad423955d..000000000000
--- a/sys-apps/kexec-tools/files/90_kexec
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-version="$1" ; shift
-image="$1" ; shift
-
-exec sed \
-       -e "s:\"vmlinuz-.*\":\"vmlinuz-${version}\":" \
-       -e "s:/boot/initramfs-.*\.img:/boot/initramfs-${version}\.img:" \
-       -i /etc/kexec.conf

diff --git a/sys-apps/kexec-tools/files/kexec.conf-2.0.4 
b/sys-apps/kexec-tools/files/kexec.conf-2.0.4
deleted file mode 100644
index 215acca19d7a..000000000000
--- a/sys-apps/kexec-tools/files/kexec.conf-2.0.4
+++ /dev/null
@@ -1,34 +0,0 @@
-# Load kexec kernel image into memory during shutdown instead of bootup
-# (default: yes)
-#LOAD_DURING_SHUTDOWN="yes"
-
-# Additional arguments passed to kexec (8)
-#KEXEC_OPT_ARGS=""
-
-# Kernel image partition. Mounted automatically if not.
-# (default: /boot)
-#BOOTPART="/boot"
-
-# Root partition (should be autodetected)
-#ROOTPART="/dev/hda3"
-
-# Kernel image pathname, relative from BOOTPART.
-# If it's one of
-# {kernel-genkernel,bzImage,vmlinuz,kernel}-<currently running kernel version>,
-# or bzImage, vmlinuz (without suffix),
-# then it's automaticaly detected.
-# Setting it to "-" will disable kexec.
-#KNAME="kernel"
-
-# Initrd
-# Same automatic detection restriction as for KNAME apply.
-# initramfs-genkernel-<currently running kernel version>,
-# initrd{,.img}-<currently running kernel version>{,.img}
-# will be detected.
-#INITRD="/boot/fbsplash-emergence-1024x768"
-
-# Kernel parameters (should be autodetected)
-#KPARAM="splash=silent,theme:emergence"
-
-# Do not try to mount /boot
-#DONT_MOUNT_BOOT="yes"

Reply via email to