[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] Building a Restore CD



Frédéric Cluzeau wrote:

Hello,

We have installed a third-party product on our Qube and would like to
build a Restore CD including this product. Is there a documentation
somewhere explaining how to build your pwn Restore CD ?

Thanks in advance for help.

Frédéric Cluzeau


i give some hints:

look at cd

/mnt/cdrom/nfsroot-x86/bto-sync this directory contains all what you need

updates/ in bto-sync contains all update pkg files
								
production/4100WG_1.12/ 4100WG_1.12 <- this name is base on cobalt version.for examle this is EU version of Qube3 profesional

in production/*/ is some other directories

installer contains basic instaler files and configuration for all cobalts trie to look in file release_spec.[type of your cobalt] I think that file is prety good readable.

package here you must place your pkg files

rpms here is all rpm files. Whitch file is instaled on cobalt is based on release_spec.*

scripts 			contains some configuration scripts

I think that's all :-)

Mamut

PS: originaly you create copy of original CD and merge with you configuration of bto-sync directory.