helpers/lh_config, functions/defaults.sh: Correct "boostrap" -> "bootstrap"
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
parent
b7d55d146b
commit
37666ee1bb
|
@ -257,7 +257,7 @@ Set_defaults ()
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Setting boostrap keyring
|
# Setting bootstrap keyring
|
||||||
# LH_BOOTSTRAP_KEYRING
|
# LH_BOOTSTRAP_KEYRING
|
||||||
|
|
||||||
# Setting mirror to fetch packages from
|
# Setting mirror to fetch packages from
|
||||||
|
|
|
@ -832,7 +832,7 @@ LH_BOOTSTRAP_KEYRING="${LH_BOOTSTRAP_KEYRING}"
|
||||||
# (Default: ${LH_DISTRIBUTION})
|
# (Default: ${LH_DISTRIBUTION})
|
||||||
LH_DISTRIBUTION="${LH_DISTRIBUTION}"
|
LH_DISTRIBUTION="${LH_DISTRIBUTION}"
|
||||||
|
|
||||||
# \$LH_MIRROR_BOOTSTRAP: set mirror to boostrap from
|
# \$LH_MIRROR_BOOTSTRAP: set mirror to bootstrap from
|
||||||
# (Default: ${LH_MIRROR_BOOTSTRAP})
|
# (Default: ${LH_MIRROR_BOOTSTRAP})
|
||||||
LH_MIRROR_BOOTSTRAP="${LH_MIRROR_BOOTSTRAP}"
|
LH_MIRROR_BOOTSTRAP="${LH_MIRROR_BOOTSTRAP}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue