Skip to content

Commit 92ed645

Browse files
committed
Add mirrors to the configurator
1 parent 00e39e1 commit 92ed645

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

steps/configurator

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,19 @@ this correctly, otherwise you risk overwriting an existing disk on your
4040
system. LIVE-BOOTSTRAP TAKES NO LIABILITY FOR ANY DATA LOSS RESULTING FROM
4141
ITS USE.
4242

43+
o /general/mirrors MIRRORS "" _ Mirrors
44+
live-bootstrap needs a mirror to download repackaged distfiles from,
45+
as long as you do not already have all the distfiles on an attached disk.
46+
Please see the README for your options of selecting one.
47+
This should be a URI of the form http(s)://[...], or if it is locally accessible
48+
on a filesystem (perhaps because you are running this in a sandboxing tool,
49+
instead of a VM or hardware), file://[...].
50+
Multiple mirrors can be provided, space separated.
51+
ENSURE YOU UPDATE MIRRORS_COUNT.
52+
53+
o /general/mirrors_count MIRRORS_LEN int _ Number of mirrors configured
54+
The number of mirrors you put into Mirrors. Should be an integer >= 0.
55+
4356
m /sysinfo _ _ _ System information
4457
Details about your specific system and the environment live-bootstrap is
4558
running in.

0 commit comments

Comments
 (0)