ab224c
#!/bin/sh
ab224c
if grep -q Fedora /etc/redhat-release; then
ab224c
    echo -n
ab224c
else
ab224c
    echo crashkernel=auto
ab224c
fi