11 lines
150 B
Bash
Executable File
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
|
|
|