Debian/Ubuntu: Eliminate an "ifconfig"

I am trying to use "ip" consistently, since "ifconfig" is deprecated.
Richard Laager 2017-06-09 20:43:01 -05:00
parent 57dd01c683
commit 1fbb2bbad2
3 changed files with 3 additions and 3 deletions

@ -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

@ -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

@ -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