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.
This commit is contained in:
classabbyamp 2024-05-26 03:40:56 -04:00
parent ec507ce662
commit 40761da0b0
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
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*