allow-hotplug eth0 in zlibs/sysconf.
This commit is contained in:
parent
56a3d4288d
commit
a3b1efff8c
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env zsh
|
||||
# Copyright (c) 2016-2018 Dyne.org Foundation
|
||||
# Copyright (c) 2016-2019 Dyne.org Foundation
|
||||
# libdevuansdk is maintained by Ivan J. <parazyd@dyne.org>
|
||||
#
|
||||
# This file is part of libdevuansdk
|
||||
|
|
@ -74,7 +74,7 @@ conf_print_netifaces() {
|
|||
auto lo
|
||||
iface lo inet loopback
|
||||
|
||||
auto eth0
|
||||
allow-hotplug eth0
|
||||
iface eth0 inet dhcp
|
||||
|
||||
#auto eth1
|
||||
|
|
|
|||
Loading…
Reference in New Issue