summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-04-25 15:19:28 +0200
committerJoel Andres Granados <jgranado@redhat.com>2008-04-25 15:20:14 +0200
commit7699ed181dfbf819e370889b86402fdd35a884cd (patch)
tree3a5b9a53ae7348868964e29eae43e19f4ffca49c
parent51c188f8f601ebaedc7939d90d8b8495a30e5e35 (diff)
downloadanaconda-7699ed181dfbf819e370889b86402fdd35a884cd.tar.gz
anaconda-7699ed181dfbf819e370889b86402fdd35a884cd.tar.xz
anaconda-7699ed181dfbf819e370889b86402fdd35a884cd.zip
Tell the kernel about the right initrd.img size.
-rw-r--r--scripts/mk-images.ia642
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.ia64 b/scripts/mk-images.ia64
index a137fe70f..6a81c857c 100644
--- a/scripts/mk-images.ia64
+++ b/scripts/mk-images.ia64
@@ -31,7 +31,7 @@ relocatable
image=vmlinuz
label=linux
read-only
- append="ramdisk_size=12288 maxcpus=1"
+ append="ramdisk_size=13000 maxcpus=1"
initrd=initrd.img
EOF