allow-hotplug eth0 in zlibs/sysconf.

This commit is contained in:
parazyd 2019-11-01 16:17:13 +01:00
parent 56a3d4288d
commit a3b1efff8c
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env zsh #!/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> # libdevuansdk is maintained by Ivan J. <parazyd@dyne.org>
# #
# This file is part of libdevuansdk # This file is part of libdevuansdk
@ -74,7 +74,7 @@ conf_print_netifaces() {
auto lo auto lo
iface lo inet loopback iface lo inet loopback
auto eth0 allow-hotplug eth0
iface eth0 inet dhcp iface eth0 inet dhcp
#auto eth1 #auto eth1