Hey Scot, I have a working CentOS 7 livecd and didn't need to edit the kickstart, just the kernerl parameters. See below from my query to this list about a month ago. Maybe it will help.
It worked after I tweaked it - I had to add the kernel parameter "root=live:/boot.iso" to the PXE config line, where "boot.iso" is the name of the original ISO that livemedia-creator made before getting PXE converted. For others finding this on the internets, I had to make a profile called "livecd" with the distro, and then I had to add the kernel option to the profile with the following command: cobbler profile edit --name livecd --kopts="root=live:/boot.iso" On Oct 13, 2015 6:28 AM, "Scot Floess" <[email protected]> wrote: > All, > > I have been trying now for quite some time to import an Atomic ISO into > Cobbler. I followed the directions here: > https://fedorahosted.org/cobbler/wiki/HowToPxeAnyLiveCd > > Initially I ran into a number of "issues" (mostly with my understanding - > or lack thereof) and decided to try to import a live CentOS image (vs > atomic). I more or less got that working with KOAN, but in trying to use > Atomic I am stumped on what to put in my kickstart for the "--url" option. > With the normal CentOS live, I am using this: > url --url=http://mirrors.sonic.net/centos/7/os/x86_64 > > For atomic, I tried to use: > url --url=http://mirrors.sonic.net/centos/7/atomic/x86_64 > > Apparently its not an install tree. > > I'm 100% certain I am doing something completely wrong here - but was > wondering what folks may have done or if they had any luck importing Atomic > ISOs? Without the --url in my atomic.ks, it won't install with this error > "Cannot find install source in kickstart file, aborting." > > > Thanks! > > Flossy > > > -- > Make It So Number One > > _______________________________________________ > cobbler mailing list > [email protected] > https://lists.fedorahosted.org/mailman/listinfo/cobbler > >
_______________________________________________ cobbler mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/cobbler
