On 3/7/07, Dhawal Doshy <dhawal@xxxxxxxxxxxxxxxxxxxxx> wrote:
Demetri Mouratis wrote: > Hi Michael, > > I went with the repo mirroring route: > > [root@hemops2 ~]# cobbler import --name=centos-4.4 > --mirror=rsync://rsync.mirrorservice.org/mirror.centos.org/4.4/os/i386/CentOS/ > > > This went fine. > > Adding the distro, however, gives me some trouble: > > [root@hemops2 ~]# cobbler distro add --name=centos4.4 > --kernel=/var/www/cobbler/repo_mirror/centos-4.4-i386/images/pxeboot/vmlinuz > > --initrd=/var/www/cobbler/repo_mirror/centos-4.4-i386/images/pxeboot/initrd.img This is resolved in 0.4.3, what version are you running?
Hi Dhawal, I was on 0.4.2. An upgrade to 0.4.3 fixed the problem: [root@hemops2 ~]# rpm -Uvh /usr/src/redhat/RPMS/noarch/cobbler-0.4.3-0.noarch.rpm Preparing... ########################################### [100%] 1:cobbler ########################################### [100%] [root@hemops2 ~]# cobbler distro add --name=centos44 --kernel=/var/www/cobbler/repo_mirror/centos-4.4-i386/images/pxeboot/vmlinuz --initrd=/var/www/cobbler/repo_mirror/centos-4.4-i386/images/pxeboot/initrd.img [root@hemops2 ~]# cobbler list Distros: centos44 Repos: centos-4.4-i386 Profiles: Systems: Thanks.