You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bootstrap/bootstrap/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ will do a multiple stage bootstrap. Currently this is only two stages:
17
17
## How to works
18
18
19
19
- Bootstrap is used by [0-initramfs](https://github.com/threefoldtech/0-initramfs/blob/development-zos-v3/packages/modules.sh) to basically add `internet` and `bootstrap` services to the base image
20
-
- After internet service is fully started, bootstrap will start to download flists needed to for zos node to work properly
20
+
- After internet service is fully started, bootstrap will start to download flists needed for zos node to work properly
21
21
- As described above bootstrap run in two stages:
22
22
- The first stage is used to update bootstrap itself, and it is done like that to avoid re-building the image if we only changed the bootstrap code. this update is basically done from `tf-autobuilder` repo in the [hub/tf-autobuilder](https://hub.grid.tf/tf-autobuilder) and download the latest bootstrap flist
23
23
- For the second stage bootstrap will download the flists for that env. bootstrap cares about `runmode` argument that we pass during the start of the node. for example if we passed `runmode=dev` it will get the the tag `development` under [hub/tf-zos](https://hub.grid.tf/tf-zos) each tag is linked to a sub-directory where all flists for this env exists to be downloaded and installed on the node
0 commit comments