mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
30 lines
726 B
Plaintext
30 lines
726 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# steamos-finalize-install
|
|
|
|
> Complete a SteamOS installation by setting up bootloaders and applying system updates.
|
|
> More information: <https://gitlab.com/users/evlaV/projects>.
|
|
|
|
- Finalize the installation:
|
|
|
|
`sudo steamos-finalize-install`
|
|
|
|
- Finalize without updating bootloaders or kernel:
|
|
|
|
`sudo steamos-finalize-install --no-bootloaders --no-kernel`
|
|
|
|
- Skip all migration steps:
|
|
|
|
`sudo steamos-finalize-install --no-migrate`
|
|
|
|
- Set a specific root hash during finalization:
|
|
|
|
`sudo steamos-finalize-install --roothash {{hash}}`
|
|
|
|
- Force system migration steps regardless of environment:
|
|
|
|
`sudo steamos-finalize-install --force`
|