Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjharder authored May 3, 2024
1 parent bf05a18 commit 92cf288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/packaging/troubleshooting-packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ sudo rm -rf /var/lib/solbuild/sources

### "mount: /var/lib/solbuild/roots/unstable-x86_64: WARNING: source write-protected, mounted read-only"

If you interupt a build sometimes `solbuild` does not unmount cleanly, and you will need to unmount manually:
If you interrupt a build sometimes `solbuild` does not unmount cleanly, and you will need to unmount manually:

```bash
sudo umount -f /var/lib/solbuild/roots/unstable-x86_64
```

### Solbuild is eating up all my disk space

The `solbuld` cache at `/var/cache/solbuild` and can grow to tens of gigabytes easily. Recover that disk space by running the "delete cache (`dc`) command":
The `solbuild` cache at `/var/cache/solbuild` and can grow to tens of gigabytes easily. Recover that disk space by running the "delete cache (`dc`) command":

```bash
sudo solbuild dc
Expand Down

0 comments on commit 92cf288

Please sign in to comment.