kexec-tools/kdump_dracut_modules/99kdumpbase/check
2009-09-15 17:05:01 +00:00

11 lines
150 B
Bash
Executable File

#!/bin/sh
if [ ! -f /etc/kdump-adv-conf/init ]
then
# exit if we didn't set up an init script
exit 1
fi
#do not add this module by default
exit 1