===== install a cobbler-client ===== # on the cobbler slave: cobbler system add --name=client --hostname=client \ --mac=00:de:ad:be:ef:00:08 --ip=10.0.22.8 --profile=centos-i386 # lets check the kickstart-file is handed out correctly cobbler system getks --name=client # is the status ok? cobbler list tail -f /var/log/messages & # on the host-linux: cd /mnt/lv_public/kvm/images cat >client.sh<