Walter Tautz wrote:
>>> # si_updateclient --server ubuntu-i386.cscf --autoinstall
>>> ======================= WARNING =================================
>>>  This command will configure this host to be auto re-installed by
>>>  SystemImager at the next reboot!!!
>>> ======================= WARNING =================================
>>>
>>> Are you sure to continue? (y / N)? y
>>>
>>> Here is a list of available flavors:
>>>
>>>   gl.2008.spring
>>>   standard
>>>
>>> Which flavor would you like to use? [standard]: gl.2008.spring
>>> Retrieving SystemImager kernel...
>>> Retrieving SystemImager initial ramdisk...
>>> Using System Configurator to set boot configuration...ROOTDEV /dev/ram 
>>> under [BOOT] does not exist, please check your systemconfigurator config
>>> systemconfigurator command to configure autoinstall boot failed! at 
>>> /usr/sbin/si_updateclient line 436
>>>
>>> walter
>>>     
>>
>> It seems you need your /etc/systemconfig/systemconfig.conf in your image
>> (/var/lib/systemimager/images/<your_image>/). Did you create this image
>> using a version of systemager < 4.x?
>>
>>   
> 
> No. It was using the version 4.0.2
> 

This seems a bug, when si_updateclient is used with --autoinstall it
creates the systemconfig.conf in the client on-the-fly as following:

[BOOT]
BOOTDEV = $bootdev
ROOTDEV = /dev/ram
TIMEOUT = 50
DEFAULTBOOT = SystemImager

[KERNEL0]
LABEL = SystemImager
PATH = ${relative_bootdir}kernel.systemimager
INITRD = ${relative_bootdir}initrd.img.systemimager
APPEND = $append

But if /dev/ram doesn't exist in the running system systemconfigurator
will fail.

I'll post a fix ASAP.

-Andrea

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to