Update swap message

This commit is contained in:
the Sane 2022-03-02 17:27:17 -05:00 committed by GitHub
parent 57df0a8dd9
commit 10c5438189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -780,7 +780,7 @@ swap_check() {
if cat /proc/swaps | grep -vq "Filename"; then if cat /proc/swaps | grep -vq "Filename"; then
preflight_pass+=("You have swap space configured.") preflight_pass+=("You have swap space configured.")
else else
preflight_fail+=("You don't appear to have swap space configured.\nWe recommend swap for systems with 32 GB RAM or less.") preflight_fail+=("You don't appear to have swap space configured.\nWe recommend configuring an 8-16 GB swap file.")
fi fi
} }