Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Adding host machine reboot step at the end of the tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold committed Mar 7, 2024
1 parent 9feedce commit 20f56d4
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/tutorials/mastering.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,16 @@ lxd init --auto

### Install and configure Multipass

Install Multipass and set LXD as local driver:
Install Multipass:

```console
sudo snap install multipass
multipass set local.driver=lxd
```

Wait a few seconds if you get the output: `set failed: cannot connect to the multipass socket` and retry setting local driver.
Set LXD as local driver:
```console
multipass set local.driver=lxd
```

Connect Multipass to LXD:

Expand Down Expand Up @@ -1681,10 +1683,10 @@ If required, all the VMs can be permanently removed:
multipass purge
```

Delete the local network bridges that are created for LXD.
Remove the configuration file from the host machine and apply the network configuration:
Remove the configuration file from the host machine:

```console
sudo rm /etc/netplan/99-sdcore-networks.yaml
sudo netplan apply
```

Reboot the host machine to restore the network configuration to the original state.

0 comments on commit 20f56d4

Please sign in to comment.