Get rid of MIRROR_BOOTSTRAP_SECURITY in documentation.
Both --mirror-bootstrap-security and MIRROR_BOOTSTRAP_SECURITY are long
gone, see: c6fa0ca042
.
This commit is contained in:
parent
8273a3f812
commit
8b42acc6f9
|
@ -52,7 +52,7 @@ do
|
|||
echo "Begin: $(date -R)" > "${TEMPDIR}"/debian-live/log.txt
|
||||
|
||||
# Generating images
|
||||
lh_config -b iso -s tar --distribution ${DISTRIBUTION} --packages-lists ${PACKAGES_LIST} --mirror-bootstrap ${MIRROR_BOOTSTRAP} --mirror-bootstrap-security ${MIRROR_BOOTSTRAP_SECURITY} --mirror-binary ${MIRROR_BINARY} --mirror-binary-security ${MIRROR_BINARY_SECURITY} --source enabled ${OPTIONS}
|
||||
lh_config -b iso -s tar --distribution ${DISTRIBUTION} --packages-lists ${PACKAGES_LIST} --mirror-bootstrap ${MIRROR_BOOTSTRAP} --mirror-binary ${MIRROR_BINARY} --mirror-binary-security ${MIRROR_BINARY_SECURITY} --source enabled ${OPTIONS}
|
||||
lh_build >> "${TEMPDIR}"/debian-live/log.txt 2>&1
|
||||
|
||||
echo "End: $(date -R)" >> "${TEMPDIR}"/debian-live/log.txt
|
||||
|
@ -93,7 +93,7 @@ do
|
|||
echo "Begin: $(date -R)" > "${TEMPDIR}"/debian-live/log.txt
|
||||
|
||||
# Generating images
|
||||
lh_config -b usb-hdd -s tar --distribution ${DISTRIBUTION} --packages-lists ${PACKAGES_LIST} --mirror-bootstrap ${MIRROR_BOOTSTRAP} --mirror-bootstrap-security ${MIRROR_BOOTSTRAP_SECURITY} --mirror-binary ${MIRROR_BINARY} --mirror-binary-security ${MIRROR_BINARY_SECURITY} --source disabled ${OPTIONS}
|
||||
lh_config -b usb-hdd -s tar --distribution ${DISTRIBUTION} --packages-lists ${PACKAGES_LIST} --mirror-bootstrap ${MIRROR_BOOTSTRAP} --mirror-binary ${MIRROR_BINARY} --mirror-binary-security ${MIRROR_BINARY_SECURITY} --source disabled ${OPTIONS}
|
||||
lh_build >> "${TEMPDIR}"/debian-live/log.txt 2>&1
|
||||
|
||||
echo "End: $(date -R)" >> "${TEMPDIR}"/debian-live/log.txt
|
||||
|
|
|
@ -11,7 +11,6 @@ OPTIONS="--binary-indices disabled"
|
|||
ARCHITECTURES="$(dpkg --print-architecture)"
|
||||
DISTRIBUTIONS="sid"
|
||||
MIRROR_BOOTSTRAP="http://ftp.debian.org/debian/"
|
||||
MIRROR_BOOTSTRAP_SECURITY="http://security.debian.org/"
|
||||
MIRROR_BINARY="http://ftp.debian.org/debian/"
|
||||
MIRROR_BINARY_SECURITY="http://security.debian.org/"
|
||||
PACKAGES_LISTS="standard rescue gnome-desktop kde-desktop xfce-desktop"
|
||||
|
|
|
@ -121,8 +121,6 @@ lh_config \- create configuration for live\-helper
|
|||
[\fB\-\-mirror\-binary\-security\fR \fIURL\fR]
|
||||
.br
|
||||
[\fB\-\-mirror\-binary\fR \fIURL\fR]
|
||||
.br
|
||||
[\fB\-\-mirror\-bootstrap\-security\fR \fIURL\fR]
|
||||
.br
|
||||
[\-m|\fB\-\-mirror\-bootstrap\fR \fIURL\fR]
|
||||
.br
|
||||
|
|
|
@ -427,11 +427,6 @@ msgstr ""
|
|||
msgid " [B<--mirror-binary> I<URL>]"
|
||||
msgstr ""
|
||||
|
||||
# type: Plain text
|
||||
#: lh_config.en.1:118
|
||||
msgid " [B<--mirror-bootstrap-security> I<URL>]"
|
||||
msgstr ""
|
||||
|
||||
# type: Plain text
|
||||
#: lh_config.en.1:120
|
||||
msgid " [-m|B<--mirror-bootstrap> I<URL>]"
|
||||
|
@ -897,12 +892,6 @@ msgstr ""
|
|||
msgid "B<--mirror-binary> I<URL>"
|
||||
msgstr ""
|
||||
|
||||
# type: IP
|
||||
#: lh_config.en.1:235
|
||||
#, no-wrap
|
||||
msgid "B<--mirror-bootstrap-security> I<URL>"
|
||||
msgstr ""
|
||||
|
||||
# type: IP
|
||||
#: lh_config.en.1:236
|
||||
#, no-wrap
|
||||
|
|
|
@ -436,11 +436,6 @@ msgstr ""
|
|||
msgid " [B<--mirror-binary> I<URL>]"
|
||||
msgstr ""
|
||||
|
||||
# type: Plain text
|
||||
#: lh_config.en.1:118
|
||||
msgid " [B<--mirror-bootstrap-security> I<URL>]"
|
||||
msgstr ""
|
||||
|
||||
# type: Plain text
|
||||
#: lh_config.en.1:120
|
||||
msgid " [-m|B<--mirror-bootstrap> I<URL>]"
|
||||
|
@ -906,12 +901,6 @@ msgstr ""
|
|||
msgid "B<--mirror-binary> I<URL>"
|
||||
msgstr ""
|
||||
|
||||
# type: IP
|
||||
#: lh_config.en.1:235
|
||||
#, no-wrap
|
||||
msgid "B<--mirror-bootstrap-security> I<URL>"
|
||||
msgstr ""
|
||||
|
||||
# type: IP
|
||||
#: lh_config.en.1:236
|
||||
#, no-wrap
|
||||
|
|
|
@ -427,11 +427,6 @@ msgstr ""
|
|||
msgid " [B<--mirror-binary> I<URL>]"
|
||||
msgstr ""
|
||||
|
||||
# type: Plain text
|
||||
#: lh_config.en.1:118
|
||||
msgid " [B<--mirror-bootstrap-security> I<URL>]"
|
||||
msgstr ""
|
||||
|
||||
# type: Plain text
|
||||
#: lh_config.en.1:120
|
||||
msgid " [-m|B<--mirror-bootstrap> I<URL>]"
|
||||
|
@ -897,12 +892,6 @@ msgstr ""
|
|||
msgid "B<--mirror-binary> I<URL>"
|
||||
msgstr ""
|
||||
|
||||
# type: IP
|
||||
#: lh_config.en.1:235
|
||||
#, no-wrap
|
||||
msgid "B<--mirror-bootstrap-security> I<URL>"
|
||||
msgstr ""
|
||||
|
||||
# type: IP
|
||||
#: lh_config.en.1:236
|
||||
#, no-wrap
|
||||
|
|
Loading…
Reference in New Issue