mirror of
https://github.com/MichielDerhaeg/build-linux.git
synced 2025-09-24 22:41:31 +02:00
20 lines
234 B
Plaintext
20 lines
234 B
Plaintext
# Begin /etc/nsswitch.conf
|
|
|
|
passwd: files
|
|
group: files
|
|
shadow: files
|
|
|
|
publickey: files
|
|
|
|
hosts: files dns myhostname
|
|
networks: files
|
|
|
|
protocols: files
|
|
services: files
|
|
ethers: files
|
|
rpc: files
|
|
|
|
netgroup: files
|
|
|
|
# End /etc/nsswitch.conf
|