<feed xmlns='http://www.w3.org/2005/Atom'>
<title>anaconda.git/installclasses, branch master</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/'/>
<entry>
<title>report handles exn saving now, and doesn't require a Filer (#562656).</title>
<updated>2010-03-04T16:16:05+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2010-02-19T16:32:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=924290458fc6376a28c8f794e51e0adb31226ed9'/>
<id>924290458fc6376a28c8f794e51e0adb31226ed9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Nothing uses InstallData anymore, so it can completely be removed.</title>
<updated>2010-02-04T20:07:56+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2009-12-21T18:50:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=48bf7f2c03d5512c287d240716c8580946566674'/>
<id>48bf7f2c03d5512c287d240716c8580946566674</id>
<content type='text'>
This also changes instClass.setInstallData to instClass.configure, which
makes a little more sense in this post-instdata world.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also changes instClass.setInstallData to instClass.configure, which
makes a little more sense in this post-instdata world.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move storage into the Anaconda class.</title>
<updated>2010-02-04T20:07:53+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2009-12-21T18:10:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=7ea42d120f84005dce27a9d3ca98732c929999ab'/>
<id>7ea42d120f84005dce27a9d3ca98732c929999ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The firmware and additional-web-server groups no longer exist (#555609).</title>
<updated>2010-01-15T21:48:46+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2010-01-15T19:26:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=784f6cc9ccd7c546de437ddf9d35dbad20ca393d'/>
<id>784f6cc9ccd7c546de437ddf9d35dbad20ca393d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pylint error fixes round 2</title>
<updated>2010-01-14T09:59:19+00:00</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2010-01-14T09:59:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=eec3ab2d3c0d19f73cc7fca3113f128d36279171'/>
<id>eec3ab2d3c0d19f73cc7fca3113f128d36279171</id>
<content type='text'>
- Remove unnecessary semi colons in various places
- textw/upgrade_text.py: add a few missing imports
- Fix various missplaced doc strings
- Fix several double imports
- Fix AnacondaKSScript.run: Module 'os' has no 'exists' member
- users.py: Remove double definition of Users.setRootPassword
- yuminstall.py: correct typo reop -&gt; repo
- yuminstall.py: _run: anaconda -&gt; self.anaconda
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Remove unnecessary semi colons in various places
- textw/upgrade_text.py: add a few missing imports
- Fix various missplaced doc strings
- Fix several double imports
- Fix AnacondaKSScript.run: Module 'os' has no 'exists' member
- users.py: Remove double definition of Users.setRootPassword
- yuminstall.py: correct typo reop -&gt; repo
- yuminstall.py: _run: anaconda -&gt; self.anaconda
</pre>
</div>
</content>
</entry>
<entry>
<title>Use installclass to make the bootloader timeout 5 seconds on RHEL.</title>
<updated>2009-11-23T19:07:07+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2009-11-23T18:47:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=8c24c48663851eedc2a2328641f9fdea8fcee94a'/>
<id>8c24c48663851eedc2a2328641f9fdea8fcee94a</id>
<content type='text'>
In RHEL, we want the old bootloader timeout behavior, so people see
output on the teletype and have time to frob some switches on the
front panel.  But for those of us in modern environments, we don't want
to do that, so this patch uses installclass to choose which one you get.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In RHEL, we want the old bootloader timeout behavior, so people see
output on the teletype and have time to frob some switches on the
front panel.  But for those of us in modern environments, we don't want
to do that, so this patch uses installclass to choose which one you get.
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide a single checkbox for a minimal install (#523839).</title>
<updated>2009-10-27T13:57:31+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2009-10-26T18:56:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=7343be1d34037df907884656018ffee4ff2f56c0'/>
<id>7343be1d34037df907884656018ffee4ff2f56c0</id>
<content type='text'>
This patch allows the user to select "Minimal" from the task list and get
just a bare minimum of packages.  Note that the first task to have all its
groups selected by default will be the only one selected in the task list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch allows the user to select "Minimal" from the task list and get
just a bare minimum of packages.  Note that the first task to have all its
groups selected by default will be the only one selected in the task list.
</pre>
</div>
</content>
</entry>
<entry>
<title>"minimal" has been renamed to "core" (#526191).</title>
<updated>2009-09-29T13:30:17+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2009-09-29T13:30:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=0f6f4197478f2e11e380be92743f8bd211741694'/>
<id>0f6f4197478f2e11e380be92743f8bd211741694</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure the Minimal group is selected by default on RHEL installs (#524561).</title>
<updated>2009-09-24T20:21:26+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2009-09-24T18:40:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=f39e035d2a3a1a20c35b2bf75b723793b3af250d'/>
<id>f39e035d2a3a1a20c35b2bf75b723793b3af250d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modify rhel.py installclass for current RHEL development efforts.</title>
<updated>2009-09-22T23:03:21+00:00</updated>
<author>
<name>David Cantrell</name>
<email>dcantrell@redhat.com</email>
</author>
<published>2009-09-22T20:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=013ddea862a75ed5841981b8c92dd85c5d0cb0ae'/>
<id>013ddea862a75ed5841981b8c92dd85c5d0cb0ae</id>
<content type='text'>
Change the tasklist in the rhel.py installclass to align with current
RHEL development.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change the tasklist in the rhel.py installclass to align with current
RHEL development.
</pre>
</div>
</content>
</entry>
</feed>
