From: Michael Prokop Date: Wed, 21 Feb 2024 18:48:48 +0000 (+0100) Subject: docs: update instructions for basefile creation to include capabilities X-Git-Tag: v0.47.6~1 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=642ff89a093a38bb9e5b061dfabfaa08974e7f47;hp=642ff89a093a38bb9e5b061dfabfaa08974e7f47;p=grml-live.git docs: update instructions for basefile creation to include capabilities When creating the basefile via tar without `--xattrs --xattrs-include='*.*'`, the resulting basefile doesn't provide capabilities as used and needed for example by ping(8), also see https://bugs.debian.org/881829 While at it, also exclude /var/lib/apt/lists/ files, to further reduce the resulting basefile. Closes: https://github.com/grml/grml-live/issues/143 ---