Check IS_PFCUSTOM is left to be done

This commit is contained in:
Tristan PILAT 2019-03-22 17:36:23 +01:00
parent ba43de597e
commit f8f0effa94
1 changed files with 5 additions and 0 deletions

View File

@ -252,6 +252,11 @@ fi
#if [ "$IS_PFENABLED" = 1 ]; then
# TODO
#fi
#if [ "$IS_PFCUSTOM" = 1 ]; then
# TODO
#fi
if [ "$IS_SOFTDEP" = 1 ]; then
grep -q "softdep" /etc/fstab || echo 'IS_SOFTDEP FAILED!'
fi