cobbler-ext-nodes

network boot, install, and update server - daemon

Install

All systems
curl cmd.cat/cobbler-ext-nodes.sh
Ubuntu
apt-get install cobbler
Fedora
dnf install cobbler
Windows (WSL2)
sudo apt-get update sudo apt-get install cobbler
Raspbian
apt-get install cobbler

cobbler

network boot, install, and update server - daemon

Cobbler is a network install server supporting PXE, virtualized installs, and reinstalling existing Linux machines (the last two modes use an integrated helper tool, "koan"). Cobbler's advanced features include importing distributions from DVDs and rsync mirrors, Kickstart templating, integrated yum mirroring, and built-in DHCP/DNS management. It has a Python and XMLRPC API for integration with other applications, and there is also a web interface. This package provides the Cobbler daemon.