From: M0E L. <m0...@gm...> - 2009-07-22 19:33:46
|
@Vec and @Uelsk8s Here is what I need for a mult-cd installation Both ISO images need a config file named VINSTALL.CONF the full path should be the same path as it is in the 1st cd I need the following variables on BOTH config files. INSTALL_ID=07222009 (this number can be anything... it juest needs to match on both files.) MULTI_CD=1 ( this will be set to 1 if true, set to 0 if false.) If MULTI-CD as been defined as "1" then I need the following in the first cd New directory in veclinux called "CD2" (use uppercase letters) in this directory place your bulk definitions. The installer will read all of these, so we do not need to name them in the original VINSTALL.CONF The 2nd cd should be exactly the same as the first, with the exception of the initrd or any un-needed stuff ... path to packages and repo structure should be exactly the same. If you all have any other suggestions/ideas let me know. I need new ISO's before I can continue coding. |