From 8baf0569aa084049a9815290e030a85a03a22bfc Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Mon, 18 Mar 2019 21:07:19 -0500 Subject: [PATCH] Ubuntu: Use /etc/netplan/01-netcfg.yaml This simplifies the instructions slightly and matches upstream Ubuntu installer behavior. Also, I've added a warning about changing "NAME" as that was a problem for someone a while back. --- Ubuntu-18.04-Root-on-ZFS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ubuntu-18.04-Root-on-ZFS.md b/Ubuntu-18.04-Root-on-ZFS.md index 82b8923..e77bd84 100644 --- a/Ubuntu-18.04-Root-on-ZFS.md +++ b/Ubuntu-18.04-Root-on-ZFS.md @@ -249,7 +249,8 @@ The `debootstrap` command leaves the new system in an unconfigured state. An al Find the interface name: # ip addr show - # vi /mnt/etc/netplan/NAME.yaml + Adjust NAME below to match your interface name: + # vi /etc/netplan/01-netcfg.yaml network: version: 2 ethernets: @@ -566,7 +567,6 @@ Choose one of the following options: **Hint**: If you are installing a full GUI environment, you will likely want to manage your network with NetworkManager: - # rm /etc/netplan/NAME.yaml # vi /etc/netplan/01-netcfg.yaml network: version: 2