neat. I should have seen that before. <br><br>thanks anyway. <br><br><div class="gmail_quote">On Mon, Apr 18, 2011 at 11:10 PM, Lennart Poettering <span dir="ltr">&lt;<a href="mailto:mzerqung@0pointer.de">mzerqung@0pointer.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="h5">On Mon, 18.04.11 23:06, Vamsi Krishna Brahmajosyula (<a href="mailto:vamsikrishna.brahmajosyula@gmail.com">vamsikrishna.brahmajosyula@gmail.com</a>) wrote:<br>

<br>
&gt; Hello,<br>
&gt;<br>
&gt; I dont know if its the right place to ask this question.<br>
&gt;<br>
&gt; I use fedora 15. I built a vanilla kernel. I observed that it calls the<br>
&gt; &#39;init&#39; instead of systemd. Then I edited the grub entry making<br>
&gt; init=/bin/systemd which works fine. But i want to know if i can get the<br>
&gt; patch to the vanilla kernel that does the change in the source. I know a<br>
&gt; place (linux/init/main.c:init()) but was not sure if anything else needs to<br>
&gt; be done, i am sort of a newbie in terms of modifying the kernel .<br>
&gt;<br>
&gt; Or if my first observation is wrong.<br>
&gt;  I have one other question, is init patched to call systemd in fedora 15 or<br>
&gt; is it done in the kernel?<br>
<br>
</div></div>On a systemd system /sbin/init is a symlink to /bin/systemd.<br>
<br>
$ rpm -qf /sbin/init<br>
systemd-24-1.fc15.x86_64<br>
$ ls -l /sbin/init<br>
lrwxrwxrwx. 1 root root 14  6. Apr 22:02 /sbin/init -&gt; ../bin/systemd*<br>
<br>
Lennart<br>
<br>
--<br>
Lennart Poettering - Red Hat, Inc.<br>
<font color="#888888">--<br>
devel mailing list<br>
<a href="mailto:devel@lists.fedoraproject.org">devel@lists.fedoraproject.org</a><br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/devel" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/devel</a><br>
</font></blockquote></div><br>