classabbyamp 40761da0b0
common/container/noextract.conf: add /etc/{hosts,mtab}
fixes issues with running updates that contain base-files, as docker
read-only mounts over of these files. this causes xbps to error when
trying to extract these files.
2024-05-26 03:41:27 -04:00

15 lines
402 B
Plaintext

noextract=/etc/sv*
noextract=/usr/share/man*
noextract=/usr/lib/dracut*
noextract=/etc/hosts
noextract=/etc/mtab
noextract=/etc/skel*
noextract=/usr/lib/modprobe.d*
noextract=/usr/lib/sysctl.d*
noextract=/usr/lib/udev*
noextract=/usr/share/bash-completion*
noextract=/usr/share/fish/vendor-completions.d*
noextract=/usr/share/zsh/site-functions*
noextract=/usr/share/info*
noextract=/usr/share/locale*