mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-21 05:38:47 +00:00
DNS config implementation bugfix https://github.com/armbian/build/pull/1105
This commit is contained in:
parent
428c72a6f1
commit
b554f3d003
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ install_common()
|
|||
fi
|
||||
|
||||
# nsswitch settings for sane DNS behavior: remove resolve, assure libnss-myhostname support
|
||||
sed "s/hosts:/c\hosts: files mymachines dns myhostname" -i $SDCARD/etc/nsswitch.conf
|
||||
sed "s/hosts\:.*/hosts: files mymachines dns myhostname/g" -i $SDCARD/etc/nsswitch.conf
|
||||
}
|
||||
|
||||
install_distribution_specific()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue