Drop depends on fai-server
authorMichael Prokop <mika@grml.org>
Mon, 7 Aug 2023 11:32:34 +0000 (13:32 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 11 Aug 2023 16:17:40 +0000 (18:17 +0200)
commitd6d5fee3336422b9abae4f8e7f32e029d8b26d5e
tree7c954a408831c8f96eda3b406fc4a8ce81f3948f
parentfe23a7a8ea2fef4b574e00bf0c2c8cb9092e4f0c
Drop depends on fai-server

We don't seem to actually need the fai-server package, which ships the
following binaries:

* /usr/bin/fai-mirror/usr/bin/fai-mk-configspace
* /usr/bin/fai-monitor-gui
* /usr/sbin/dhcp-edit
* /usr/sbin/fai-cd
* /usr/sbin/fai-chboot
* /usr/sbin/fai-diskimage
* /usr/sbin/fai-make-nfsroot
* /usr/sbin/fai-mk-network
* /usr/sbin/fai-monitor
* /usr/sbin/fai-new-mac
* /usr/sbin/fai-setup

Furthermore, fai-server ships the following configuration file:

* /etc/fai/NFSROOT
* /etc/fai/apt
* /etc/fai/apt/sources.list
* /etc/fai/apt/trusted.gpg.d
* /etc/fai/apt/trusted.gpg.d/fai-project.gpg
* /etc/fai/grub.cfg
* /etc/fai/grub.cfg.autodiscover
* /etc/fai/nfsroot.conf

We might still need some variant of /etc/fai/nfsroot.conf
via `${GRML_FAI_CONFIG}/nfsroot.conf` +
`${GRML_FAI_CONFIG}/make-fai-nfsroot.conf`, though if we could finally get rid
of also those, that would be certainly be nice.

Thanks: AndrĂ¡s Korn
debian/control