From 454de663511079ef65642250705a784266122592 Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 14 Oct 2024 12:02:45 +0200 Subject: [PATCH] note to use root for netplan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16d7294..ffb190d 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ network: - The Netplan syntax allows almost any possible Network setup to be preconfigured! - See the [Netplan Documentation](https://netplan.readthedocs.io/en/stable/examples/) for lots of examples and the full syntax. - After first boot this file will be copied (with some comments) to `/etc/netplan/50-cloud-init.yaml`. - - If you made a mistake in the config, or need to change details, edit it in `/etc/netplan/` and use `netplan try` to test the new configuration. + - If you made a mistake in the config, or need to change details, edit it (as root) in `/etc/netplan/` and use `sudo netplan try` to test the new configuration. Unmount the filesystem so that it is synced properly. ```text