kdump-config
scripts and tools for automating kdump (Linux crash dumps)
Install
- All systems
-
curl cmd.cat/kdump-config.sh
- Debian
-
apt-get install kdump-tools
- Ubuntu
-
apt-get install kdump-tools
- Kali Linux
-
apt-get install kdump-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install kdump-tools
- Raspbian
-
apt-get install kdump-tools
- Dockerfile
- dockerfile.run/kdump-config
kdump-tools
scripts and tools for automating kdump (Linux crash dumps)
kdump-tools provides an init script and a configuration script for automating the use of kdump. It uses the makedumpfile utility to reduce the size of the /proc/vmcore file based on user preferences. After installing, please see /usr/share/doc/kdump-tools/README.Debian for information on enabling and configuring kdump.