kexec-tools/kdump_dracut_modules/99kdumpbase/check

11 lines
150 B
Plaintext
Raw Normal View History

2009-09-10 14:36:34 +00:00
#!/bin/sh
2009-09-15 17:05:01 +00:00
if [ ! -f /etc/kdump-adv-conf/init ]
then
# exit if we didn't set up an init script
exit 1
fi
2009-09-10 14:36:34 +00:00
#do not add this module by default
exit 1