<feed xmlns='http://www.w3.org/2005/Atom'>
<title>anaconda.git/data/post-scripts, branch firstboot-support</title>
<subtitle>Anaconda installer - personal development space, mostly the new TUI</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/'/>
<entry>
<title>copy-logs changed names</title>
<updated>2012-10-04T00:18:43+00:00</updated>
<author>
<name>Brian C. Lane</name>
<email>bcl@redhat.com</email>
</author>
<published>2012-10-04T00:17:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=e34170ff7bdff63f6ab39220e28cf15ea998e827'/>
<id>e34170ff7bdff63f6ab39220e28cf15ea998e827</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the log copy script the last one to run</title>
<updated>2012-10-03T22:36:27+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2012-10-03T22:36:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=6479098384f64121d8187736af946ffbd939fb7a'/>
<id>6479098384f64121d8187736af946ffbd939fb7a</id>
<content type='text'>
Since the log copy script copies script logs, we want it to run as late
as possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the log copy script copies script logs, we want it to run as late
as possible.
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy ks script logs into the install root as well</title>
<updated>2012-10-03T22:35:48+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2012-10-03T22:35:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=611a1706df5f6989cab16896a86fac44bc6c8af6'/>
<id>611a1706df5f6989cab16896a86fac44bc6c8af6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the destination path for anaconda.xlog (#860041).</title>
<updated>2012-09-24T19:13:08+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2012-09-24T19:13:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=b82a5edddfae9cc311dea11f5f9c549dc1a56433'/>
<id>b82a5edddfae9cc311dea11f5f9c549dc1a56433</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into newui-merge</title>
<updated>2012-08-03T14:35:34+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2012-08-03T14:35:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=3671cc86e836990077820556387cbb416e709bbd'/>
<id>3671cc86e836990077820556387cbb416e709bbd</id>
<content type='text'>
Conflicts:
	Makefile.am
	anaconda
	data/systemd/anaconda.target
	pyanaconda/bootloader.py
	pyanaconda/constants.py
	pyanaconda/iutil.py
	pyanaconda/kickstart.py
	pyanaconda/network.py
	pyanaconda/vnc.py
	scripts/makeupdates
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	Makefile.am
	anaconda
	data/systemd/anaconda.target
	pyanaconda/bootloader.py
	pyanaconda/constants.py
	pyanaconda/iutil.py
	pyanaconda/kickstart.py
	pyanaconda/network.py
	pyanaconda/vnc.py
	scripts/makeupdates
</pre>
</div>
</content>
</entry>
<entry>
<title>Add packaging log and scriptlet logging</title>
<updated>2012-08-02T16:34:52+00:00</updated>
<author>
<name>Brian C. Lane</name>
<email>bcl@redhat.com</email>
</author>
<published>2012-08-01T19:02:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=81dc0169f071ecc3c8b3be1ca8fbea14ac4b24c6'/>
<id>81dc0169f071ecc3c8b3be1ca8fbea14ac4b24c6</id>
<content type='text'>
This adds a new logfile for packaging (/tmp/packaging.log) which will
contain everything related to yum and rpm as well as other package
systems when they are added. This also re-adds logging of the rpm
scriptlet output.

The 'Installing ...' messages end up being logged twice. Because rpm
only logs to a file we capture the scriptlet output along with the
package install message so that you can associate scriptlet problems
with their package. This adds this file's log to our logs after the
transaction is complete (or fails).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a new logfile for packaging (/tmp/packaging.log) which will
contain everything related to yum and rpm as well as other package
systems when they are added. This also re-adds logging of the rpm
scriptlet output.

The 'Installing ...' messages end up being logged twice. Because rpm
only logs to a file we capture the scriptlet output along with the
package install message so that you can associate scriptlet problems
with their package. This adds this file's log to our logs after the
transaction is complete (or fails).
</pre>
</div>
</content>
</entry>
<entry>
<title>The post scripts need to make use of $ANA_INSTALL_PATH.</title>
<updated>2012-02-22T21:38:09+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2012-02-22T21:38:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=e80dd09213333d07951d38874b6b553d81d16e5a'/>
<id>e80dd09213333d07951d38874b6b553d81d16e5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move setfilecons code into a kickstart script, too.</title>
<updated>2012-02-22T21:15:06+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2012-02-22T21:14:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=3c5286e330b132c9bf5f14e9bd01493002b8fd02'/>
<id>3c5286e330b132c9bf5f14e9bd01493002b8fd02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Log file copying can be handled by a kickstart script now.</title>
<updated>2012-02-22T20:46:59+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2012-02-22T20:46:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=2b35707d711d0adb0989426f0de3ce05c6556b0a'/>
<id>2b35707d711d0adb0989426f0de3ce05c6556b0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support implementing portions of anaconda's post-install as %post scripts.</title>
<updated>2012-02-22T16:01:16+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2012-02-22T15:59:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=744b9ceb3f814c0faa8b2bd0a7b250ff6e2679d7'/>
<id>744b9ceb3f814c0faa8b2bd0a7b250ff6e2679d7</id>
<content type='text'>
For now, all that's supported is copying screenshots.  However this could
be extended to other portions that really don't benefit from being in
python (restorecon, etc.).  Of course none of these scripts get run yet
given that we don't have any way to run the kickstart file, but once we
do we'll get this for free.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For now, all that's supported is copying screenshots.  However this could
be extended to other portions that really don't benefit from being in
python (restorecon, etc.).  Of course none of these scripts get run yet
given that we don't have any way to run the kickstart file, but once we
do we'll get this for free.
</pre>
</div>
</content>
</entry>
</feed>
