summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-01-11 20:37:46 +0000
committerJeremy Katz <katzj@redhat.com>2006-01-11 20:37:46 +0000
commit2f81f5f7b6fb089aeca72ef8fe125b556609bfac (patch)
treea4f292803170dd6f0402cae5139021e76d8437e5
parentc7c1b93d7da46298ba90263b0de31c348970b2cc (diff)
downloadanaconda-2f81f5f7b6fb089aeca72ef8fe125b556609bfac.tar.gz
anaconda-2f81f5f7b6fb089aeca72ef8fe125b556609bfac.tar.xz
anaconda-2f81f5f7b6fb089aeca72ef8fe125b556609bfac.zip
2006-01-11 Jeremy Katz <katzj@redhat.com>anaconda-10.91.3-1
* anaconda.spec (Version): Bump version. * scripts/mk-images.ppc: Remove some unneeded bits from the ppc boot.iso
-rw-r--r--ChangeLog7
-rw-r--r--anaconda.spec7
-rw-r--r--scripts/mk-images.ppc3
3 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 71ec1ce54..70088f95a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-01-11 Jeremy Katz <katzj@redhat.com>
+
+ * anaconda.spec (Version): Bump version.
+
+ * scripts/mk-images.ppc: Remove some unneeded bits from the ppc
+ boot.iso
+
2006-01-11 Chris Lumens <clumens@redhat.com>
* kickstart.py (Kickstart.runTracebackScripts): Typo fix.
diff --git a/anaconda.spec b/anaconda.spec
index 6f864f67a..d257472ae 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 10.91.2
+Version: 10.91.3
Release: 1
License: GPL
Summary: Graphical system installer
@@ -78,6 +78,11 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Wed Jan 11 2006 Jeremy Katz <katzj@redhat.com> - 10.91.3-1
+- remove some unneeded bits from the ppc boot.iso to make it smaller
+- fix some text display (notting, #177537)
+- Misc kickstart fixes (clumens)
+
* Tue Jan 10 2006 Jeremy Katz <katzj@redhat.com> - 10.91.2-1
- fix hard drive installs (pjones)
diff --git a/scripts/mk-images.ppc b/scripts/mk-images.ppc
index bee78f904..94b5aea59 100644
--- a/scripts/mk-images.ppc
+++ b/scripts/mk-images.ppc
@@ -110,12 +110,15 @@ doPostImages() {
if [ -d $TOPDESTPATH/images/netboot ]; then
mkdir -p $TOPDESTPATH/isopath/images
cp -r $TOPDESTPATH/images/netboot $TOPDESTPATH/isopath/images
+ rm -f $TOPDESTPATH/isopath/images/ppc64.img
fi
if [ -r $TOPDESTPATH/isopath/images/netboot/ppc32.img ]; then
PREPBOOT="-prep-boot images/netboot/ppc32.img"
fi
+ rm -rf $TOPDESTPATH/isopath/ppc/iSeries
+
# Create the boot.iso
mkisofs -o $TOPDESTPATH/images/boot.iso -chrp-boot -U $PREPBOOT \
-part -hfs -T -r -l -J -A "$PRODUCT $VERSION" -sysid PPC \