Hi Everyone,
I'm running cobbler 2.2.1-1 on a CentOS 5.5 system. I run this command:
cobbler buildiso -profile=profile1,profile2
When I look into the isolinux.cfg file I don't see any entries. If I run it specifying a single profile name or if I drop the -profile argument all together then I get a correct isolinux.cfg.
I know that this worked in 2.0.11. Has anyone else seen this problem in 2.2.1?
Thanks, Ed
There are basically two types of people. People who accomplish things, and people who claim to have accomplished things. The first group is less crowded. Mark Twainhttp://www.brainyquote.com/quotes/quotes/m/marktwain393535.html
Try : cobbler buildiso –profile="profile1,profile2"
On Mar 19, 2012, at 4:04 PM, Ed Deloye wrote:
Hi Everyone,
I’m running cobbler 2.2.1-1 on a CentOS 5.5 system. I run this command:
cobbler buildiso –profile=profile1,profile2
When I look into the isolinux.cfg file I don’t see any entries. If I run it specifying a single profile name or if I drop the –profile argument all together then I get a correct isolinux.cfg.
I know that this worked in 2.0.11. Has anyone else seen this problem in 2.2.1?
Thanks, Ed
There are basically two types of people. People who accomplish things, and people who claim to have accomplished things. The first group is less crowded. Mark Twain
cobbler mailing list cobbler@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/cobbler
On Mon, Mar 19, 2012 at 8:30 PM, Dan White ygor@comcast.net wrote:
Try : cobbler buildiso –profile="profile1,profile2"
Or try it with spaces instead of commas (keep the quotes). We may have "fixed" that, since buildiso was the only command that still allowed comma separated lists.
cobbler@lists.fedorahosted.org