From 34b9cec47dd8bcac9ebff6fd73728534a25f37e0 Mon Sep 17 00:00:00 2001 From: Cristovao Cordeiro Date: Tue, 4 Oct 2022 17:46:22 +0200 Subject: [PATCH] feat: add slice definition file for libc-bin, with nsswitch slice only --- slices/libc-bin.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 slices/libc-bin.yaml diff --git a/slices/libc-bin.yaml b/slices/libc-bin.yaml new file mode 100644 index 000000000..ef3aeee4d --- /dev/null +++ b/slices/libc-bin.yaml @@ -0,0 +1,6 @@ +package: libc-bin + +slices: + nsswitch: + contents: + /etc/nsswitch.conf: {copy: /usr/share/libc-bin/nsswitch.conf}