snippetbashTip
steamos-finalize-install — Complete a SteamOS installation by setting up bootloaders and applying system updates. More informat
Viewed 0 times
steamoscommandinstallationclicompletebootloaderssteamos-finalize-installsetting
linux
Problem
How to use the
steamos-finalize-install command: Complete a SteamOS installation by setting up bootloaders and applying system updates. More information: <https://gitlab.com/users/evlaV/projects>.Solution
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-installFinalize without updating bootloaders or kernel:
sudo steamos-finalize-install --no-bootloaders --no-kernelSkip all migration steps:
sudo steamos-finalize-install --no-migrateSet a specific root hash during finalization:
sudo steamos-finalize-install --roothash {{hash}}Force system migration steps regardless of environment:
sudo steamos-finalize-install --forceCode Snippets
Finalize the installation
sudo steamos-finalize-installFinalize without updating bootloaders or kernel
sudo steamos-finalize-install --no-bootloaders --no-kernelSkip all migration steps
sudo steamos-finalize-install --no-migrateSet a specific root hash during finalization
sudo steamos-finalize-install --roothash {{hash}}Force system migration steps regardless of environment
sudo steamos-finalize-install --forceContext
tldr-pages: linux/steamos-finalize-install
Revisions (0)
No revisions yet.