Skip to content

Commit 46f5dc6

Browse files
committed
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.
1 parent d1ee412 commit 46f5dc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

noextract.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
noextract=/usr/share/man*
22
noextract=/usr/lib/dracut*
3+
noextract=/etc/hosts
4+
noextract=/etc/mtab
35
noextract=/etc/skel*
46
noextract=/usr/lib/modprobe.d*
57
noextract=/usr/lib/sysctl.d*

0 commit comments

Comments
 (0)