From: Bryan G. <Bry...@HP...> - 2008-02-13 20:28:45
|
Louis, On Wed, Feb 13, 2008 at 07:58:00PM +0000, Louis Zamora wrote: > Hi Bryan, > > I want to modify LinuxCOE to always create a CD/DVD image and a USB > image. Hmm, interesting idea. > Can you give me some tips on whether I should do so outside LinuxCOE > (take cd/dvd image and modify isolinux to syslinux, etc.. and create usb > image) or within LinuxCOE. See below. And if you can provide more ideas regarding the "why you want to do this", we (have cc'd the larger dev team) may have some more suggestions. > I still need to do more homework on how you differentiate between USB > and CD image build within LinuxCOE but I am curious if you think I am > going down the wrong path modifying LinuxCOE to create both images > simultaneously? Quick tutorial: see <prefix>/images/README on how to create seed images see <prefix>/data/README specifically "images" section to determine how to name the files then <prefix>/cgi-bin/coe_bootimage would need to grok an "all" function, and <prefix>/cgi-bin/nph-* would need to know how to do "all" builds and finally the <prefix>/data/final* would have to be adjusted to present "all" builds That said, it "could" be done. We do have one other mechanim that may be of interest to you as well (and as yet is undocumented, but will be very soon). It's called replay and can generate a boot image based on the breadcrumb files from an already installed system. It is conceivable to generate an ISO file from a USB deployed system and vica-versa. The draft use case can be found here: http://mayeses.com/temp/replay/ Hope this helped, bryang > Louis Zamora > Senior Sales Engineer > lo...@se... > AIM Screen name = louiszamoracan > MSN Screen name = louiszamora > > 1280 Old Alpharetta Rd. > Alpharetta, GA 30005 > Toll Free: 888-843-6916 > Fax: 315-579-1300 > www.senecadata.com > www.nexlink.com > > > > -----Original Message----- > From: Bryan Gartner [mailto:Bry...@HP...] > Sent: Monday, January 07, 2008 9:45 AM > To: Louis Zamora > Subject: Re: need a little advice on linuxcoe > > Louis, > > On Mon, Jan 07, 2008 at 02:21:01PM +0000, Louis Zamora wrote: > > Thanks for the encouragement Bryan, > > > > > > I am having a blast. > > Good, and don't hesitate to ask. > > > I am creating a LinuxCOE box to load all RedHat and Debian variants. > > Internally at HP, we have over 100+ combinations of distro/ver/arch > available. > > > The only twist is that my company wants all the distros to load from > > internal mirror (to prevent downtime if internet fails). > > So I am still learning different mirroring merits and debating just > > looping iso images. > > No problem at all, that is exactly what we do, mirroring all those > we use to an internal mirroring infrastructure. As much as possible, > we use rsync to mirror what is publically available. For the > RedHat/SLE* variants, we have historically just "exploded" the ISOs > (via cp -r), but would also recommend spending some time looking at > mrepo > > http://dag.wieers.com/home-made/mrepo > > to do the handling of ISO -> repository + indices. That is how I > do demos/presentations, and also what I suggest for newer installations. > > > I am calling my project "ricOS tacOS - Receive and Transmit OS" a > play > > on my mom being from Mexico. > > Server 1 is LinuxCOE box > > Server 2 is OS Repository Server > > Cute name, and reasonable plan. > > > Any advice you can point my way is greatly appreciated. > > Feel free to ask, > > bryang |