Skip to content

Commit f623bc8

Browse files
committed
GPG RiP
1 parent 975b94e commit f623bc8

File tree

1 file changed

+1
-37
lines changed

1 file changed

+1
-37
lines changed

src/content/docs/distro.mdx

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -240,48 +240,12 @@ These schedulers are in active development. Flags and profile behavior may chang
240240

241241
## Troubleshooting
242242

243-
### GPGMe No Data
244-
245-
If you encounter this issue, it's likely caused by signing keys bundled in the ISO having expired or been replaced on the Arch mirrors, causing the installer to crash during the package update step.
246-
247-
**The Fix**
248-
249-
run this in a terminal before launching the installer:
250-
251-
```bash
252-
sudo tee /etc/calamares/modules/shellprocess-update.conf << 'EOF'
253-
i18n:
254-
name: "Updating system packages..."
255-
dontChroot: false
256-
timeout: 7200
257-
script:
258-
- command: "pacman -Syy --noconfirm"
259-
timeout: 600
260-
- command: "sed 's/^SigLevel.*/SigLevel = Never/' /etc/pacman.conf > /tmp/pacman-nosig.conf"
261-
timeout: 10
262-
- command: "pacman -S --noconfirm --needed --config /tmp/pacman-nosig.conf archlinux-keyring"
263-
timeout: 300
264-
- command: "rm -f /tmp/pacman-nosig.conf"
265-
timeout: 10
266-
- command: "pacman-key --populate archlinux"
267-
timeout: 120
268-
- command: "pacman -Su --noconfirm --disable-download-timeout"
269-
timeout: 5400
270-
EOF
271-
```
272-
273-
Then launch the installer normally.
274-
275-
*This only modifies the config for your current live session, nothing permanent.*
276-
277-
A permanent fix will be included in the next ISO release.
278-
279243
### Pacman DB Error
280244

281245
If you encounter `unknown key "%INSTALL_DB%" in local database` during updates:
282246

283247
```bash
284-
sudo find /var/lib/pacman/local/ -type f -name "desc" -exec sed -i '/^%INSTALLED_DB%$/,+2d' {} \;
248+
find /var/lib/pacman/local/ -type f -name 'desc' -exec sed -i '/^%INSTALLED_DB%$/,+2d' {} +
285249
```
286250

287251
Alternatively, use **Pacman DB Fix** in the toolkit under **Servicing/System Tweaks**.

0 commit comments

Comments
 (0)