summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--scripts/mk-images.ia642
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e725f3b64..f838892e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-10-24 Jeremy Katz <katzj@redhat.com>
+ * scripts/mk-images.ia64 (image): Fix typo
+
* isys/isys.py: Change some log levels
* yuminstall.py (AnacondaYum.getBestPackage): Method to do best
diff --git a/scripts/mk-images.ia64 b/scripts/mk-images.ia64
index 6022c0d29..5f04c1325 100644
--- a/scripts/mk-images.ia64
+++ b/scripts/mk-images.ia64
@@ -26,7 +26,7 @@ EOF
makeBootImages() {
mkdir -p $TOPDESTPATH/images/pxeboot
makeinitrd --initrdto $TOPDESTPATH/images/pxeboot/initrd.img \
- --initrdsie 12288 \
+ --initrdsize 12288 \
--loaderbin loader \
--modules "$INITRDMODS sgiioc4"
[ $? = 0 ] || exit 1