mirror of
https://git.proxmox.com/git/proxmox-offline-mirror
synced 2025-04-28 09:56:52 +00:00
partially-fix #5958: doc: add additional example for debug packages
our repositories don't override their section to debug, and they can get quite big.. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
25d5e5e640
commit
3325e6c325
@ -82,6 +82,17 @@ Some examples for packages and section filters:
|
||||
- `--skip-sections 'games'` - filter sections containing game packages
|
||||
- `--skip-sections 'debug'` - filter sections containing debug information
|
||||
|
||||
If you want to skip all debugging related packages (which might not always be
|
||||
in the `debug` section mentioned in the example above), the following set of
|
||||
filters should work:
|
||||
|
||||
.. code-block::
|
||||
|
||||
--skip-packages *-dbgsym \
|
||||
--skip-packages *-dbg \
|
||||
--skip-packages *-debug \
|
||||
--skip-sections debug
|
||||
|
||||
Please refer to https://packages.debian.org/bookworm/ for a list of Debian archive sections and
|
||||
their contents.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user