<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plymouth.git/src/main.c, branch 0.3.1</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/'/>
<entry>
<title>Change default splash plugin to generic "graphical"</title>
<updated>2008-06-11T12:53:06+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-11T12:53:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=3a2743efa9daadb5516561039a7b2879e989c68b'/>
<id>3a2743efa9daadb5516561039a7b2879e989c68b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change to vt window is running on after creating window</title>
<updated>2008-06-09T21:15:24+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-09T21:15:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=9116a69e37f15d7e6a0899e0f89089ef00430502'/>
<id>9116a69e37f15d7e6a0899e0f89089ef00430502</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't try to close session on_quit if it wasn't ever opened</title>
<updated>2008-06-09T20:42:03+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-09T20:42:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=16418b38ea91bd26302297f0fb1bfe68b5ce74c7'/>
<id>16418b38ea91bd26302297f0fb1bfe68b5ce74c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>redirect console io to tty7</title>
<updated>2008-06-09T20:09:34+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-09T20:08:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=6287646e2465df8a365ab913c46ee22fce5cd3c5'/>
<id>6287646e2465df8a365ab913c46ee22fce5cd3c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add "plymouth --newroot=/sysroot" support, and make --sysinit open the log.</title>
<updated>2008-06-09T19:41:45+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2008-06-09T19:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=620e9477114c88ca4ac76a0ef76824164bb70ec1'/>
<id>620e9477114c88ca4ac76a0ef76824164bb70ec1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use vt7 by default</title>
<updated>2008-06-04T19:43:45+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-04T19:43:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=129f3bd68175f82a3fa1d0046e37f99c60a398e1'/>
<id>129f3bd68175f82a3fa1d0046e37f99c60a398e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change window to take a vt number instead of a tty device file</title>
<updated>2008-06-04T19:05:19+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-04T18:20:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=34d6c76b2f003dbd0f49d2470ec74c4e342bcd0d'/>
<id>34d6c76b2f003dbd0f49d2470ec74c4e342bcd0d</id>
<content type='text'>
We are going to want to change to the vt of the tty that we're
using for the window.  This means we need to know the vt number
instead of the device file.  From the number we can derive the
device filename.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We are going to want to change to the vt of the tty that we're
using for the window.  This means we need to know the vt number
instead of the device file.  From the number we can derive the
device filename.
</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of everything about directory switching and PLY_WORKING_DIRECTORY.</title>
<updated>2008-06-04T17:44:52+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2008-06-04T17:44:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=1836d8b52c9502b357353d5493f3e3eb015a6919'/>
<id>1836d8b52c9502b357353d5493f3e3eb015a6919</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make plymouth_should_be_running() be less manual, and add " init=" handler.</title>
<updated>2008-06-04T16:55:32+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2008-06-04T16:55:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=44ab737bd0929d7d3eeac01ebbcd59916c56471a'/>
<id>44ab737bd0929d7d3eeac01ebbcd59916c56471a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove a bunch of chroot and fs mounting/unmounting code.</title>
<updated>2008-06-04T15:55:59+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2008-06-04T15:55:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=74c016281def0f532385e651fce892527ba83f0b'/>
<id>74c016281def0f532385e651fce892527ba83f0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
