SILENT KILLERPanel

Current Path: > > lib > kernel > install.d


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //lib/kernel/install.d

NameTypeSizeLast ModifiedActions
20-grub.install File 7954 bytes April 22 2024 16:52:44.
20-grubby.install File 2252 bytes April 22 2025 01:58:47.
50-depmod.install File 368 bytes June 22 2018 11:11:49.
50-dracut.install File 1657 bytes July 15 2025 09:09:28.
51-dracut-rescue.install File 3700 bytes July 15 2025 09:09:28.
60-kdump.install File 791 bytes September 24 2024 08:36:00.
90-loaderentry.install File 1975 bytes April 22 2025 01:57:53.
92-tuned.install File 1400 bytes February 22 2024 12:23:28.
99-grub-mkconfig.install File 459 bytes April 22 2024 16:52:44.

Reading File: //lib/kernel/install.d/99-grub-mkconfig.install

#!/bin/bash

if ! [[ $KERNEL_INSTALL_MACHINE_ID ]]; then
    exit 0
fi

ARCH=$(uname -m)

[[ -f /etc/default/grub ]] && . /etc/default/grub

# Can't assume a BLS capable bootloader on ppc64
if [[ x$GRUB_ENABLE_BLSCFG != xfalse &&
	  $ARCH != "ppc64" && $ARCH != "ppc64le" ]]; then
    exit 0
fi

COMMAND="$1"

case "$COMMAND" in
    add|remove)
        grub2-mkconfig --no-grubenv-update -o /boot/grub2/grub.cfg >& /dev/null
        ;;
    *)
        ;;
esac

SILENT KILLER Tool