<br><font size=2 face="sans-serif">Yes, kboot script parses /etc/kboot.conf file and execute 'kexec -l' and 'kexec -e' .</font>
<br>
<br><font size=2 face="sans-serif">Hiroaki Fuse</font>
<br>
<br><font size=2 face="sans-serif">cbe-oss-dev-bounces+hiroaki_fuse=hq.scei.sony.co.jp@ozlabs.org wrote on 2008/03/04 06:29:48:<br>
> >Sorry, I'm not familiar with how kboot works, but for kexec on ps3 I <br>
> use<br>
> >'kexec -e', which I see does a reboot syscall:<br>
> ><br>
> >static inline long kexec_reboot(void)<br>
> >{<br>
> > return (long) syscall(__NR_reboot, LINUX_REBOOT_MAGIC1,<br>
> >LINUX_REBOOT_MAGIC2, LINUX_REBOOT_CMD_KEXEC, 0);<br>
> >}<br>
> <br>
> Is the 'kexec -e' call in the kboot script? That's the only place I<br>
> am finding a call to kexec in the ps3 source code distribution.<br>
> <br>
> Scott<br>
> _______________________________________________<br>
> cbe-oss-dev mailing list<br>
> cbe-oss-dev@ozlabs.org<br>
> https://ozlabs.org/mailman/listinfo/cbe-oss-dev<br>
</font>