Add notes for if a full is not possible

This commit is contained in:
dragon788 2025-06-06 11:45:28 -05:00 committed by GitHub
parent 72135ce531
commit 8517884c62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 4 deletions

View File

@ -15,25 +15,26 @@ For detailed instructions, refer to [Tailscale support](https://tailscale.com/co
{!_update_os.md!}
2. Install the Tailscale client, run `tailscaled` service and register it in the network:
3. Install the Tailscale client, run `tailscaled` service and register it in the network:
```console
[root@pikvm ~]# rw
# If you were afraid to pikvm-update above first run pacman -Syy
[root@pikvm ~]# pacman -S tailscale-pikvm
[root@pikvm ~]# systemctl enable --now tailscaled
[root@pikvm ~]# tailscale up
```
3. Follow the link to authorize this installation.
4. Follow the link to authorize this installation.
You likely want to [disable key expiry](https://tailscale.com/kb/1028/key-expiry/)!
4. After authorization success, reboot to make sure that everything works correctly:
5. After authorization success, reboot to make sure that everything works correctly:
```console
[root@pikvm ~]# reboot
```
5. Now, you can view the IP address of the Tailscale network interface:
6. Now, you can view the IP address of the Tailscale network interface:
```console
[root@pikvm ~]# ip addr show tailscale0