ovz-install
kickstart-over-a-network (koan)
Install
- All systems
-
curl cmd.cat/ovz-install.sh
- Ubuntu
-
apt-get install cobbler
- Fedora
-
dnf install koan
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install cobbler
- Raspbian
-
apt-get install cobbler
- Dockerfile
- dockerfile.run/ovz-install
koan
kickstart-over-a-network (koan)
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. Koan, "Kickstart-Over-A-Network", is a Cobbler client that supports virtualized guest installs and reinstalling existing Linux machines.
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.