Home Linux Central_Management Cobbler
mount the distro full dvd from dvd or iso with --loop

mount /dev/cdrom /mnt


Import the distro #if arch not specified it will auto detect and if more than one present it will import all

cobbler import --name=Centos6.5 --arch=x86_64 --path=/mnt


List distros

cobbler distro list
cobbler distro report --name=Centos6.5-x86_64


List Profiles

cobbler profile list
cobbler profile report --name=Centos6.5-x86_64


Changing the kistart file of a profile

cobbler profile edit --name Centos6.5-x86_64 --kickstart=/var/lib/cobbler/kickstarts/Centos6.5-x86_64.ks