Axel Thimm wrote: > Hi, > > the documentation at cobbler suggest that > > yum install memtest86+ > cobbler sync > > will create a profile for memtest. It didn't for me, so I tried to > look up the code to see why not. > > It looks like cobbler sync will copy /boot/memtest* to the tftp top > level directort and will later check under /images to see whether it > had copied it or not. So it misses it and one needs to manually add > memtest profiles. > > Is this intended behaviour or a bug? If it's a bug where is the proper > location for memtest, top level or under /images? > > Thanks and happy days! > > ------------------------------------------------------------------------ > > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler >
This does seem like a bug -- generally I'd say we shouldn't mess with top-level content of tftpboot (much) as other apps could be sharing it, so "/images" seems right. File a ticket at fedorahosted.org/cobbler if you haven't already (or if you want to send in a patch, that's great too) -- either way, it should be simple to fix up. --Michael _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
