mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
specify language before code blocks
This commit is contained in:
parent
d141b06747
commit
67c77c94f8
1 changed files with 12 additions and 12 deletions
|
@ -231,7 +231,7 @@ sudo apt dist-upgrade
|
|||
|
||||
Editate `/etc/wsl.conf` con le seguenti configurazioni:
|
||||
|
||||
```
|
||||
```text
|
||||
[network]
|
||||
generateHosts = false
|
||||
generateResolvConf = false
|
||||
|
@ -301,14 +301,14 @@ Avviate sempre il comando `genie -s` mentre avviate la vostra distribuzione.
|
|||
|
||||
Come detto sopra, non c'è la possibilità di usare dei rollback. Onde per cui è necessario esportare la vostra distribuzione appena installata. Comandi PowerShell:
|
||||
|
||||
```
|
||||
```bash
|
||||
cd ~
|
||||
wsl --export YunoHost .\WSL\YunoHost.tar.gz
|
||||
```
|
||||
|
||||
### In caso di crash cancellate e ripristinate la distribuzione intera
|
||||
|
||||
```
|
||||
```bash
|
||||
cd ~
|
||||
wsl --unregister YunoHost
|
||||
wsl --import YunoHost .\WSL\YunoHost .\WSL\YunoHost.tar.gz --version 2
|
||||
|
|
Loading…
Add table
Reference in a new issue