Commit 23e05b4
Disable pacman CheckSpace to fix read-only mount errors on amd64
NoExtract stops pacman writing /etc/resolv.conf and /etc/hosts, but
pacman's disk-space pre-flight still inspects those bind-mounted
partitions and fails when it sees them as read-only. Commenting out
CheckSpace skips the space check entirely, which is safe in Docker
overlay filesystems.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent acba702 commit 23e05b4
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
0 commit comments