From 332a36cab877d3a3b96bae683fa7a2b7dcf4c402 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 1 Aug 2013 17:07:31 +0200 Subject: [rootfs-stage32] added /etc/nsswitch.conf with standard config --- remote/rootfs/rootfs-stage32/data/etc/nsswitch.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 remote/rootfs/rootfs-stage32/data/etc/nsswitch.conf diff --git a/remote/rootfs/rootfs-stage32/data/etc/nsswitch.conf b/remote/rootfs/rootfs-stage32/data/etc/nsswitch.conf new file mode 100644 index 00000000..6886def9 --- /dev/null +++ b/remote/rootfs/rootfs-stage32/data/etc/nsswitch.conf @@ -0,0 +1,19 @@ +# /etc/nsswitch.conf +# +# Example configuration of GNU Name Service Switch functionality. +# If you have the `glibc-doc-reference' and `info' packages installed, try: +# `info libc "Name Service Switch"' for information about this file. + +passwd: compat +group: compat +shadow: compat + +hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4 +networks: files + +protocols: db files +services: db files +ethers: db files +rpc: db files + +netgroup: nis -- cgit v1.2.3-55-g7522