Skip to content

Commit f818b37

Browse files
authored
Merge pull request #1207 from ckyrouac/reinstall-docs
reinstall: Add docs for system-reinstall-bootc
2 parents 356b73d + a2134e2 commit f818b37

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/src/bootc-install.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,13 @@ via a tool like `cloud-init`). To do this, just add
230230
`--root-ssh-authorized-keys /target/root/.ssh/authorized_keys`
231231
to the above.
232232

233+
234+
### Using `system-reinstall-bootc`
235+
236+
This is a separate binary included with bootc. It is an opinionated, interactive CLI that wraps `bootc install to-existing-root`. See [bootc install to-existing-root](Using-bootc-install-to-existing-root) for details on the installation operation.
237+
238+
`system-reinstall-bootc` can be run from an existing Linux system. It will pull the supplied image, prompt to setup SSH keys for accessing the system, and run `bootc install to-existing-root` with all the bind mounts and SSH keys configured.
239+
233240
### Using `bootc install to-filesystem --source-imgref <imgref>`
234241

235242
By default, `bootc install` has to be run inside a podman container. With this assumption,

0 commit comments

Comments
 (0)