mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
d/control: Break ufw as we use firewalld
Some VPS providers preconfigure ufw which can break the FreedomBox installation process on plain Debian. To prevent this, make the freedombox package remove ufw. Tests I made: 1. Enabled ufw on a Debian system 2. Built a custom package with the modification in the control file 3. Installed the custom packge. Result: ufw gets removed before the execution of `update-initramfs: Generating /boot/initrd.img-5.10.0-17-amd64` Signed-off-by: nbenedek <contact@nbenedek.me> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
0a47b38c6d
commit
7fc3ce7c20
2
debian/control
vendored
2
debian/control
vendored
@ -62,6 +62,8 @@ Breaks:
|
||||
plinth (<< 0.46.0~),
|
||||
# Ensure fuse gets replaced by fuse3 on upgrades from buster s.t. sshfs can be installed.
|
||||
fuse (<< 3),
|
||||
# If ufw is installed, remove it. See issue 2247.
|
||||
ufw,
|
||||
Replaces:
|
||||
freedombox-setup (<< 0.13~),
|
||||
plinth (<< 0.46.0~),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user