diff --git a/contrib/test/integration/system.yml b/contrib/test/integration/system.yml index 9f787be7..97695b7b 100644 --- a/contrib/test/integration/system.yml +++ b/contrib/test/integration/system.yml @@ -64,3 +64,6 @@ - name: Flush the iptables command: iptables -F + +- name: Update the kernel cmdline to include quota support + command: grubby --update-kernel=ALL --args="rootflags=pquota"