From: Michael Prokop Date: Fri, 25 Nov 2022 16:05:50 +0000 (+0100) Subject: Promote iptables from Recommend to Depends X-Git-Tag: v0.14.1~1 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=94a6f8d78ae4d5f45223aa618bc11c6168f3565b;hp=94a6f8d78ae4d5f45223aa618bc11c6168f3565b;p=grml-network.git Promote iptables from Recommend to Depends Otherwise tools like grml-router don't work OOTB: | grml@grml ~ % sudo grml-router | iptables: binary not found Given that iptables and its dependencies require less than 3MB of disk space on e.g. grml64-small, let's add it as dependency. Closes: https://github.com/grml/grml/issues/196 ---