CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
added initial stuff based on busybox-1.14.1 (need testing)
[initrd.git] / filesystem / nsswitch.conf
1 #
2 # /etc/nsswitch.conf: name service switch configuration file
3 #
4
5 passwd: files
6 group: files
7 shadow: files
8
9 hosts: files dns
10 networks: files
11
12 services: files
13 protocols: files
14 rpc: files
15 publickey: files
16 ethers: files
17 netmasks: files
18 netgroup: files
19 bootparams: files
20
21 automount: files
22 aliases: files
23
24 # End of file