From 40761da0b08485dc89a96336246992f6c6ece474 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 26 May 2024 03:40:56 -0400 Subject: [PATCH] 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. --- common/container/noextract.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/container/noextract.conf b/common/container/noextract.conf index 9d65f3bd312..1545c91d21e 100644 --- a/common/container/noextract.conf +++ b/common/container/noextract.conf @@ -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*