From 1fbb2bbad2bb56636b414275acb737cf281a5fe2 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Fri, 9 Jun 2017 20:43:01 -0500 Subject: [PATCH] Debian/Ubuntu: Eliminate an "ifconfig" I am trying to use "ip" consistently, since "ifconfig" is deprecated. --- Debian-Jessie-Root-on-ZFS.md | 2 +- Ubuntu-16.04-Root-on-ZFS.md | 2 +- Ubuntu-16.10-Root-on-ZFS.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Debian-Jessie-Root-on-ZFS.md b/Debian-Jessie-Root-on-ZFS.md index c9cc6fc..7f5c425 100644 --- a/Debian-Jessie-Root-on-ZFS.md +++ b/Debian-Jessie-Root-on-ZFS.md @@ -153,7 +153,7 @@ The `debootstrap` command leaves the new system in an unconfigured state. An al 4.2 Configure the network interface: Find the interface name: - # ifconfig -a + # ip addr show # vi /mnt/etc/network/interfaces.d/NAME auto NAME diff --git a/Ubuntu-16.04-Root-on-ZFS.md b/Ubuntu-16.04-Root-on-ZFS.md index 7b0c0e9..bbdcc4c 100644 --- a/Ubuntu-16.04-Root-on-ZFS.md +++ b/Ubuntu-16.04-Root-on-ZFS.md @@ -197,7 +197,7 @@ The `debootstrap` command leaves the new system in an unconfigured state. An al 4.2 Configure the network interface: Find the interface name: - # ifconfig -a + # ip addr show # vi /mnt/etc/network/interfaces.d/NAME auto NAME diff --git a/Ubuntu-16.10-Root-on-ZFS.md b/Ubuntu-16.10-Root-on-ZFS.md index 35e9679..816ec94 100644 --- a/Ubuntu-16.10-Root-on-ZFS.md +++ b/Ubuntu-16.10-Root-on-ZFS.md @@ -195,7 +195,7 @@ The `debootstrap` command leaves the new system in an unconfigured state. An al 4.2 Configure the network interface: Find the interface name: - # ifconfig -a + # ip addr show # vi /mnt/etc/network/interfaces.d/NAME auto NAME