1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
# We actually want this diversion even though we aren't replacing it
# with anything. In order to faciliate upgrades from bullseye, or
# backports to it, we need to disable the existing
# 75-cloud-ifupdown.rules rules, which isn't owned by any package but
# is instead installed as part of the cloud image generation process.
diversion-for-unknown-file
# /usr/share/amazon-ec2-net-utils/lib.sh is not executed directly, but
# sourced as a library
script-not-executable
# There's currently no manpage for the setup-policy-routes command.
# The issue is reported upstream
no-manual-page
|