summaryrefslogtreecommitdiff
path: root/functions/defaults.sh
diff options
context:
space:
mode:
authorLyndon Brown <jnqnfe@gmail.com>2020-03-28 05:42:34 +0000
committerRaphaƫl Hertzog <hertzog@debian.org>2020-04-23 14:52:20 +0200
commit5fb790e43e5dff20340278f9ca7a66939b0f15f9 (patch)
tree854f275cbf003e290bd0a515020bff0cb3785f3c /functions/defaults.sh
parent7de8a0faa7ef647f175650607c693dad18f227e5 (diff)
downloadvyos-live-build-5fb790e43e5dff20340278f9ca7a66939b0f15f9.tar.gz
vyos-live-build-5fb790e43e5dff20340278f9ca7a66939b0f15f9.zip
config: rename Set_config_defaults() to Prepare_config()
it mostly applies defaults where a value does not exist, but does more in some cases. the new name better reflects its usage and functionality. Gbp-Dch: Short
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-xfunctions/defaults.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 87b3a5351..dd0ef9f77 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -69,7 +69,8 @@ New_configuration ()
export LIVE_IMAGE_TYPE
}
-Set_config_defaults ()
+# Prepare config for use, filling in defaults where no value provided for instance
+Prepare_config ()
{
# FIXME
New_configuration