Added ramdisk_size=8192 to palo command line for hppa; kernel default is

6144, and since I turned on language chooser, the ramdisk is now 8192.
This commit is contained in:
Richard Hirst 2002-04-18 14:04:12 +00:00
parent ea30a16ccc
commit 8675da45e6
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -40,6 +40,7 @@ debian-cd (2.2.14) unstable; urgency=low
boolean variables.
* Dropped old el-torito multiboot support. Documented the choice of
isolinux in README.devel.
* added ramdisk_size=8192 to palo commandline for hppa
-- Raphael Hertzog <hertzog@debian.org> Mon, 15 Apr 2002 13:16:25 +0200

View File

@ -21,7 +21,7 @@ if [ $N != 1 -a $N != 1_NONUS ]; then
exit 0
fi
palo --commandline="0/vmlinux root=/dev/ram initrd=0/ramdisk" \
palo --commandline="0/vmlinux ramdisk_size=8192 root=/dev/ram initrd=0/ramdisk" \
--recoverykernel=CD1/dists/$CODENAME/main/disks-hppa/current/32/linux.bin \
--recoverykernel=CD1/dists/$CODENAME/main/disks-hppa/current/64/linux.bin \
--bootloader=CD1/install/iplboot \