Tory M Blue wrote:
> On Thu, Feb 21, 2008 at 12:55 AM, Andrea Righi <[EMAIL PROTECTED]> wrote:
>> Tory M Blue wrote:
>>  > On Wed, Feb 20, 2008 at 1:38 PM, Andrea Righi <[EMAIL PROTECTED]> wrote:
> 
> Okay lots of weird things today but i've gotten somewhere..
> 
> If I run the systemconfigurator setup ala:
> #!/bin/sh
> #
> #   "SystemImager"
> #
> #   $Id: autoinstallscript.template 4315 2007-10-30 21:10:44Z arighi $
> #    vi:set filetype=sh:
> #
> #   Copyright (C) 1999-2006 Brian Elliott Finley
> #
> #   28.07.2005 Erich Focht : SCSI device detection and generation of
> #                            /a/etc/systemconfig/hardware.lst
> #
> #   David N. Lombard : Disks enumeration and disk editing
> #
> 
> It horks my grub.conf file,
> 
> If I use systemconfigurator ala:
> 
> #!/bin/sh
> #
> #   "SystemImager"
> #
> #   $Id: autoinstallscript.template 4016 2007-04-07 13:35:36Z arighi $
> #    vi:set filetype=sh:
> #
> #   Copyright (C) 1999-2006 Brian Elliott Finley
> #
> #   28.07.2005 Erich Focht : SCSI device detection and generation of
> #                            /a/etc/systemconfig/hardware.lst
> #
> #   David N. Lombard : Disks enumeration and disk editing
> #
> 
> With the largest difference being in the way it calls
> systemconfigurator.. If you don't have examples let me know and i'll
> send.
> 
> If I use template 4016 with a simplified systemconfigurator section
> things work, no issues, if I run with template 4315, it completely
> steps over my grub.conf.
> 
> Does this get us closer to figuring out exactly what is going on?
> 

It's not a SI issue, the problem must be fixed in SC. As said in my
previous email you should try with System Configurator 2.2.12. An
unofficial pre-release is available here:

http://download.systemimager.org/~arighi/systemconfigurator/

If you manually define a correct device.map in your image, updating SC
to 2.2.12 should be enough (you shouldn't need to use SI 4.1.3.svn4388
or greater). Simply remember to define the correct device.map in your
image (/var/lib/systemimager/images/<YOUR_IMAGE>/boot/grub/device.map),
for example something like this should be ok:

(hd0)   /dev/xvda

-Andrea

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to