my sc_options is '--runboot'
but now something far scarier is happening..

I have an script I want to run at boot (that configures the networks the 
way I want them which is the thing that was failing during 
post-install).  Anyhow what I used to to with older versions of si 
before there was a post-install was to just drop it into 
overrides/script/etc/rd5.d with the right prefix and it worked like a 
champ, so I moved it there from post-install.  Now when I image the 
system the ONLY think in /etc/rc5.d is my script!  I even put an exit in 
the install script after the line that executes the post-install scripts 
and sure enough, /etc/rc5.d only contains my script!  Any idea what's 
going on?

Then I removed it from the overrides directory, reimaged the system and 
now /etc/rc5.d is properly populated.  Feels like for some reason when 
SI installs the overrides it first removes everything in the target 
directory!  I assume that's not the intent...

-mark

Bernard Li wrote:
> Hi Mark:
>
> On Thu, Aug 14, 2008 at 4:13 PM, Mark Seger <[EMAIL PROTECTED]> wrote:
>
>   
>> chroot /a/ systemconfigurator --verbose
>> --excludesto=/etc/systemimager/systemconfig.local.exclude ${sc_options}
>> --stdin << EOL || shellout
>>
>> [INTERFACE0]
>> DEVICE = $DEVICE
>> EOL
>>     
>
> And what does "sc_options" contain?
>   
>> but this is followed by the post install stuff which overwrites the
>> ifcfg-eth0 and eth1 scripts.  I even put in an exit at that point and
>> manually confirmed they were properly reset.  So doesn't that mean something
>> after the post script runs is doing it?  I did look around the image and
>> found this:
>>
>> /var/lib/systemimager/images/rhel5-U1-dl145/etc/setuptool.d/98netconfig
>>
>> is this something redhat does?
>>     
>
> Probably -- this has definitely nothing to do with 
> System(Imager|Configurator).
>
> P.S. If RHEL5 is really clobbering your network settings, we should
> put this information in the Wiki.
>
> Cheers,
>
> Bernard
>   

-------------------------------------------------------------------------
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
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to