summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorLyndon Brown <jnqnfe@gmail.com>2020-03-28 05:37:14 +0000
committerRaphaƫl Hertzog <hertzog@debian.org>2020-04-23 14:51:58 +0200
commit7de8a0faa7ef647f175650607c693dad18f227e5 (patch)
tree01c87deb708c0ecffa64a38da4fa2224f772dfae /functions
parent430fdc3040b6a05819a2926779c3d12e77fbd3c0 (diff)
downloadvyos-live-build-7de8a0faa7ef647f175650607c693dad18f227e5.tar.gz
vyos-live-build-7de8a0faa7ef647f175650607c693dad18f227e5.zip
config: rename Check_config_defaults() to Validate_config()
this is used after applying user settings on top of the defaults, so is not specific to checking defaults; it's a validation checker. Gbp-Dch: Short
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 74e6f0e73..87b3a5351 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -589,7 +589,7 @@ Set_config_defaults ()
LB_BOOTSTRAP_QEMU_STATIC="${LB_BOOTSTRAP_QEMU_STATIC:-}"
}
-Check_config_defaults ()
+Validate_config ()
{
case "${LB_BINARY_FILESYSTEM}" in
ntfs)