Hi James, It worked with the space between the profile names with everything enclosed in quotes:
cobbler buildiso --profile="profile1 profile2" That was the one permutation I didn't think of :) Thanks, Ed -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Tuesday, March 20, 2012 8:00 AM To: [email protected] Subject: cobbler Digest, Vol 45, Issue 18 Send cobbler mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit https://fedorahosted.org/mailman/listinfo/cobbler or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of cobbler digest..." Today's Topics: 1. buildiso with --profile not working correctly in 2.2.1? (Ed Deloye) 2. Re: buildiso with --profile not working correctly in 2.2.1? (Dan White) 3. Re: buildiso with --profile not working correctly in 2.2.1? (James Cammarata) ---------------------------------------------------------------------- Message: 1 Date: Mon, 19 Mar 2012 20:04:07 +0000 From: Ed Deloye <[email protected]> To: "[email protected]" <[email protected]> Subject: [cobbler] buildiso with --profile not working correctly in 2.2.1? Message-ID: <58edf9c9d1469d43a32ae5b5b8c4f83f04d65...@rfgbmail2.internal.rfmd.com> Content-Type: text/plain; charset="utf-8" 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<http://www.brainyquote.com/quotes/quotes/m/marktwain393535.html> -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://fedorahosted.org/pipermail/cobbler/attachments/20120319/06b01a48/attachment-0001.html> ------------------------------ Message: 2 Date: Mon, 19 Mar 2012 21:30:29 -0400 From: Dan White <[email protected]> To: cobbler mailing list <[email protected]> Subject: Re: [cobbler] buildiso with --profile not working correctly in 2.2.1? Message-ID: <[email protected]> Content-Type: text/plain; charset=windows-1252 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 > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler ------------------------------ Message: 3 Date: Mon, 19 Mar 2012 20:41:00 -0500 From: James Cammarata <[email protected]> To: cobbler mailing list <[email protected]> Subject: Re: [cobbler] buildiso with --profile not working correctly in 2.2.1? Message-ID: <CAFgbs7dfBiqni0-O0xN3mp39a_wwdu60OOFUD9B=bnvh1k-...@mail.gmail.com> Content-Type: text/plain; charset=windows-1252 On Mon, Mar 19, 2012 at 8:30 PM, Dan White <[email protected]> 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 mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler End of cobbler Digest, Vol 45, Issue 18 *************************************** _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
