<feed xmlns='http://www.w3.org/2005/Atom'>
<title>anaconda.git/scripts/buildinstall, 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>Add --brand switch support to buildinstall script.</title>
<updated>2009-09-22T23:03:17+00:00</updated>
<author>
<name>David Cantrell</name>
<email>dcantrell@redhat.com</email>
</author>
<published>2009-09-22T20:30:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=4544722923a5fbe64392e5a34fd6e1441a913575'/>
<id>4544722923a5fbe64392e5a34fd6e1441a913575</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make a call to rpmutils to get the basearch works on all arches that dont have anaconda built on the basearch</title>
<updated>2009-09-16T20:12:10+00:00</updated>
<author>
<name>Dennis Gilmore</name>
<email>dennis@ausil.us</email>
</author>
<published>2009-09-15T19:40:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=4fd79c46a0c7757d2e3596248563a821e6c44dc6'/>
<id>4fd79c46a0c7757d2e3596248563a821e6c44dc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --localscripts option to buildinstall.</title>
<updated>2009-08-27T21:17:54+00:00</updated>
<author>
<name>David Cantrell</name>
<email>dcantrell@redhat.com</email>
</author>
<published>2009-08-27T10:11:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=e02ff1722d218557b971c649f64fdfd67b595992'/>
<id>e02ff1722d218557b971c649f64fdfd67b595992</id>
<content type='text'>
If you are working on the buildinstall scripts, you can pass the
--localscripts option to buildinstall to force it to use the scripts
from the current directory rather than downloading the anaconda RPM
from the repo you specify, unpacking it, and using the scripts from
there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If you are working on the buildinstall scripts, you can pass the
--localscripts option to buildinstall to force it to use the scripts
from the current directory rather than downloading the anaconda RPM
from the repo you specify, unpacking it, and using the scripts from
there.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update EFI CD booting code in mk-images</title>
<updated>2009-05-07T15:04:06+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2009-03-10T04:00:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=9a5539ab4c77d97b9bf3e9a5a10d9505563c201e'/>
<id>9a5539ab4c77d97b9bf3e9a5a10d9505563c201e</id>
<content type='text'>
Update the efi image creation code to reflect what we've actually been using
for two plus months.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the efi image creation code to reflect what we've actually been using
for two plus months.
</pre>
</div>
</content>
</entry>
<entry>
<title>Write the same arch to .discinfo as iutil.getArch() gives us (#490977).</title>
<updated>2009-03-24T13:41:29+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2009-03-24T12:55:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=283aa05cf327096dd332ce4c09756b6f64da2875'/>
<id>283aa05cf327096dd332ce4c09756b6f64da2875</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate valid treeinfo on i586</title>
<updated>2009-02-25T22:32:26+00:00</updated>
<author>
<name>Will Woods</name>
<email>wwoods@redhat.com</email>
</author>
<published>2009-02-24T21:38:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=79d529938a17cd06caa8862d5d758ee7d0e6c5e6'/>
<id>79d529938a17cd06caa8862d5d758ee7d0e6c5e6</id>
<content type='text'>
BUILDARCH is now i586, but mk-images is internally mapping that
to i386. If mk-images and maketreeinfo.py disagree about the arch,
we end up with an invalid treeinfo file - the "arch" value won't
match any images-$arch section. And then virt-install and other
things can't find kernel images and stuff goes kaboom.

Therefore: explicitly pass BASEARCH to mk-images, rather than relying
on the implicit mapping therein, and pass the same value to
maketreeinfo.py.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUILDARCH is now i586, but mk-images is internally mapping that
to i386. If mk-images and maketreeinfo.py disagree about the arch,
we end up with an invalid treeinfo file - the "arch" value won't
match any images-$arch section. And then virt-install and other
things can't find kernel images and stuff goes kaboom.

Therefore: explicitly pass BASEARCH to mk-images, rather than relying
on the implicit mapping therein, and pass the same value to
maketreeinfo.py.
</pre>
</div>
</content>
</entry>
<entry>
<title>Let's use the product string for a brandpackage name.</title>
<updated>2009-02-17T14:52:32+00:00</updated>
<author>
<name>Jeroen van Meeuwen</name>
<email>kanarip@fedoraunity.org</email>
</author>
<published>2009-02-17T14:52:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=04eb66949667baf1a180b3f381357a3ba405eb1e'/>
<id>04eb66949667baf1a180b3f381357a3ba405eb1e</id>
<content type='text'>
Caveat #1: If the brand package doesn't exist, buildinstall will fail

Caveat #2: If the brand package has uppercase characters in it's name,
           it needs to provide ${brand}-{release,logos} in lowercase or
           yum thinks the package doesn't exist and buildinstall will fail

An additional patch may be necessary to:
1) check for ${brand}-{release,logos}
2) if those do not exist, fall back by setting the brand to "generic"

This will need to happen *after* the YUM configuration file has been
written, but before upd-instroot is executed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Caveat #1: If the brand package doesn't exist, buildinstall will fail

Caveat #2: If the brand package has uppercase characters in it's name,
           it needs to provide ${brand}-{release,logos} in lowercase or
           yum thinks the package doesn't exist and buildinstall will fail

An additional patch may be necessary to:
1) check for ${brand}-{release,logos}
2) if those do not exist, fall back by setting the brand to "generic"

This will need to happen *after* the YUM configuration file has been
written, but before upd-instroot is executed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix indentation in buildinstall script</title>
<updated>2009-02-16T23:33:17+00:00</updated>
<author>
<name>Jeroen van Meeuwen (Fedora Unity)</name>
<email>kanarip@fedoraunity.org</email>
</author>
<published>2009-01-11T23:12:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=fffe995c18674df3dd11db9cafeded5c3bbb0eec'/>
<id>fffe995c18674df3dd11db9cafeded5c3bbb0eec</id>
<content type='text'>
Signed-off-by: David Cantrell &lt;dcantrell@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: David Cantrell &lt;dcantrell@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Die on errors from upd-instroot/mk-images rather than continuing on</title>
<updated>2009-01-06T16:19:24+00:00</updated>
<author>
<name>Jeremy Katz</name>
<email>katzj@redhat.com</email>
</author>
<published>2008-12-22T00:51:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=ca01e8da3aecbfd7d521e0af117854f85b6db54d'/>
<id>ca01e8da3aecbfd7d521e0af117854f85b6db54d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename stage2.img to install.img</title>
<updated>2008-08-13T19:08:12+00:00</updated>
<author>
<name>David Cantrell</name>
<email>dcantrell@redhat.com</email>
</author>
<published>2008-08-13T19:06:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/anaconda.git/commit/?id=1230c372a5f704a9f474b925a887328db7a893b3'/>
<id>1230c372a5f704a9f474b925a887328db7a893b3</id>
<content type='text'>
To make the installation image files more clear and since
we have removed minstg2.img, rename stage2.img to
install.img.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To make the installation image files more clear and since
we have removed minstg2.img, rename stage2.img to
install.img.
</pre>
</div>
</content>
</entry>
</feed>
