mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 23:15:33 +02:00
steamos-{boot-install, finalize-install}: add Dutch translation (#16798)
This commit is contained in:
parent
bafdb59eaa
commit
84530c9183
2 changed files with 31 additions and 0 deletions
7
pages.nl/linux/steamos-boot-install.md
Normal file
7
pages.nl/linux/steamos-boot-install.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# steamos-boot-install
|
||||
|
||||
> Dit commando is een alias van `steamos-finalize-install`.
|
||||
|
||||
- Bekijk de documentatie van het originele commando:
|
||||
|
||||
`tldr steamos-finalize-install`
|
24
pages.nl/linux/steamos-finalize-install.md
Normal file
24
pages.nl/linux/steamos-finalize-install.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# steamos-finalize-install
|
||||
|
||||
> Voltooi de installatie van SteamOS door bootloaders in te stellen en systeemupdates toe te passen.
|
||||
> Meer informatie: <https://gitlab.com/users/evlaV/projects>.
|
||||
|
||||
- Voltooi de installatie:
|
||||
|
||||
`sudo steamos-finalize-install`
|
||||
|
||||
- Voltooi zonder bootloaders of kernel bij te werken:
|
||||
|
||||
`sudo steamos-finalize-install --no-bootloaders --no-kernel`
|
||||
|
||||
- Sla alle migratiestappen over:
|
||||
|
||||
`sudo steamos-finalize-install --no-migrate`
|
||||
|
||||
- Stel een specifieke root-hash in tijdens het voltooien:
|
||||
|
||||
`sudo steamos-finalize-install --roothash {{hash}}`
|
||||
|
||||
- Forceer systeem-migratiestappen ongeacht de omgeving:
|
||||
|
||||
`sudo steamos-finalize-install --force`
|
Loading…
Add table
Reference in a new issue