From abcc4ca9bfc0ca22ce0294616088256062a971fe Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 8 Jun 2011 11:30:29 +0100 Subject: Add --swap-file-path and --swap-file-size options (Closes: #629637). --- functions/defaults.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'functions') diff --git a/functions/defaults.sh b/functions/defaults.sh index 9e34e6a1b..3bb9adc33 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -1044,6 +1044,9 @@ Set_defaults () ;; esac + # Setting swap file + LB_SWAP_FILE_SIZE="${LB_SWAP_FILE_SIZE:-512}" + ## config/source # Setting source option -- cgit v1.2.3