summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
6d5de12)
due to a systemd issue, we had to rename initrd-release to initrd_release.
if $EGREP -q "ID=.*antix|ID=.*mx" /etc/initrd-release; then
echo 'antix'; return
fi
if $EGREP -q "ID=.*antix|ID=.*mx" /etc/initrd-release; then
echo 'antix'; return
fi
+ elif [ -e /etc/initrd_release ]; then
+ if $EGREP -q "ID=.*antix|ID=.*mx" /etc/initrd_release; then
+ echo 'antix'; return
+ fi
fi
if [ -e /DISTRO_SPECS ]; then
fi
if [ -e /DISTRO_SPECS ]; then