Hello, 

      So I tracked my issue a little bit more. Just for background my current 
issue is that imaging a new system currently fails when running system 
configurator. It complains that it couldn't run configure any bootloader and 
bail. 

When executing the Grub.pm script I get the following error : Error DEFAULTBOOT 
must be specified.

I am trying to understand a bit more how SC works. Could that be that the 
config is not passed on properly to system configurator ? I browsed through the 
autoinstall script and I see that at some point, it looks for a file under :

/etc/systemconfig/systemconfig.conf

I don't have that file in my current image. I am not sure if it is required as 
systemconfigurator is called using the --stdin (which from what I can read, 
takes the config file from STDIN). This would mean that the autoinstall script 
generate the config, but I don't see any reference to DEFAULTBOOT in the 
script. 

So to summarise my questions are : 

   1) Should I have /etc/systemconfig/systemconfig.conf present in my image. If 
so when and how is it generated
   2) Does the autoinstall script assemble and provide a configuration file to 
systenconfigurator ? If so anybody
      knows how I can take a look at it (I am no guru at shell scripting is the 
script bellow where it get generated ?) If so is there more options to it that 
gets added somewhere else ? Again I don't see the DEFAULTBOOT being defined here

chroot /a/ systemconfigurator --verbose 
--excludesto=/etc/systemimager/systemconfig.local.exclude ${sc_options} --stdin 
<< EOL || shellout
[NETWORK]
HOSTNAME = $HOSTNAME
DOMAINNAME = $DOMAINNAME

[INTERFACE0]
DEVICE = $DEVICE
TYPE = dhcp
EOL

I am a little lost here, if anybody can give me a hand on this I would greatly 
appreciate !

Thanks alot 

Simon



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to