From 46f5dc650376fa88b0d476d89f4229b99871472f Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 26 May 2024 03:34:24 -0400 Subject: [PATCH] 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. --- noextract.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/noextract.conf b/noextract.conf index b44a04b..ea81aa0 100644 --- a/noextract.conf +++ b/noextract.conf @@ -1,5 +1,7 @@ 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*