diff options
author | Kay Sievers <kay@vrfy.org> | 2014-07-27 14:53:21 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2014-07-27 14:53:21 +0200 |
commit | ccc6fa0d6b8e3ce5e7508ee8a141ee26f380b4a3 (patch) | |
tree | 165af4ab4cf7d013c52e0cc1e325961812b48c43 /factory | |
parent | e5168066e70e04906241283e026882c89d72db33 (diff) |
factory: nss - add generic config
Diffstat (limited to 'factory')
-rw-r--r-- | factory/etc/nsswitch.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/factory/etc/nsswitch.conf b/factory/etc/nsswitch.conf new file mode 100644 index 0000000000..5f2984e77f --- /dev/null +++ b/factory/etc/nsswitch.conf @@ -0,0 +1,6 @@ +# This file is part of systemd. + +passwd: files +shadow: files +group: files +hosts: files mymachines resolve myhostname |