Added quota
This commit is contained in:
@@ -54,8 +54,8 @@ if [ "$file_system" == "xfs" ]; then
|
||||
RED='\033[0;31m'
|
||||
NC='\033[0m'
|
||||
YELLOW='\033[1;33m'
|
||||
printf "${RED}!!!!!!!Detected rootflags in grub!!!!!!!${NC}"
|
||||
echo "${YELLOW}Add manualy 'uquota,pquota' and reboot the system${NC}"
|
||||
printf "${RED}!!!!!!!Detected rootflags in grub!!!!!!!${NC}\n"
|
||||
echo "${YELLOW}Add manualy 'uquota,pquota' and reboot the system${NC}\n"
|
||||
else
|
||||
grubby --args="rootflags=uquota,pquota" --update-kernel=ALL
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user