Mini Shell

Direktori : /lib/kernel/install.d/
Upload File :
Current File : //lib/kernel/install.d/92-crashkernel.install

#!/usr/bin/bash

COMMAND="$1"
KERNEL_VERSION="$2"
KDUMP_INITRD_DIR_ABS="$3"
KERNEL_IMAGE="$4"

case "$COMMAND" in
add)
	kdumpctl _reset-crashkernel-for-installed_kernel "$KERNEL_VERSION"
	exit 0
	;;
esac

Zerion Mini Shell 1.0