mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-28 22:12:10 +01:00
sys-apps/systemd: Remove default name servers
This commit is contained in:
parent
f08c78b4c8
commit
60ed6d57ba
@ -241,6 +241,9 @@ multilib_src_configure() {
|
||||
--with-dbusinterfacedir="${EPREFIX}/usr/share/dbus-1/interfaces"
|
||||
|
||||
--with-ntp-servers="0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org"
|
||||
|
||||
# no default name servers
|
||||
--with-dns-servers=
|
||||
)
|
||||
|
||||
if use firmware-loader; then
|
||||
@ -232,6 +232,9 @@ multilib_src_configure() {
|
||||
--with-dbusinterfacedir="${EPREFIX}/usr/share/dbus-1/interfaces"
|
||||
|
||||
--with-ntp-servers="0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org"
|
||||
|
||||
# no default name servers
|
||||
--with-dns-servers=
|
||||
)
|
||||
|
||||
if use firmware-loader; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user