Home Linux Central_Management Satellite_5
Add a system for install through cobbler

cobbler system add --name=<system-name.domain> --profile=<kickstart-profile> --interface=<eth0> --mac=<12:34:56:78:9a:bc> --ip-address=<ipAddress> --subnet=<255.255.255.0> --dns-name=<system-name.domain> --static=1  --gateway=<gateway-ip> --hostname=<system-name.domain>


Disable netboot after install

cobber system edit --name=<system-name.domain> --netboot-enabled=no