Copied Richard Hirst's hppa ramdisk size fix for sarge as well as etch

This commit is contained in:
Steve McIntyre 2005-09-26 21:25:25 +00:00
parent c2df2f7c1e
commit 9fdb678d8b
2 changed files with 3 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,7 +1,7 @@
debian-cd (2.2.24) UNRELEASED; urgency=low
[ Richard Hirst ]
- Fix ramdisk_size value for hppa
- Fix ramdisk_size value for hppa for both etch and sarge
[ Frans Pop ]
- Update for Sparc:

View File

@ -23,8 +23,9 @@ fi
K32=$(ls $CDROOT/install/vmlinux-*-32|head -1)
K64=$(ls $CDROOT/install/vmlinux-*-64|head -1)
RSIZE=$(expr $(zcat "$CDROOT/install/initrd.gz" | wc --bytes) / 1024)
/sbin/palo \
--commandline="0/vmlinux root=/dev/ram initrd=0/ramdisk ramdisk_size=16384 init=/linuxrc" \
--commandline="0/vmlinux root=/dev/ram initrd=0/ramdisk ramdisk_size=$RSIZE init=/linuxrc"
--recoverykernel="$K32" \
--recoverykernel="$K64" \
--bootloader="$CDROOT/install/iplboot" \