Also remove no longer needed boot parameters for hppa

This commit is contained in:
Frans Pop 2006-10-22 22:42:44 +00:00
parent 495efcb1d6
commit ddf215a939
2 changed files with 4 additions and 5 deletions

6
debian/changelog vendored
View File

@ -20,10 +20,10 @@ debian-cd (2.2.26) UNRELEASED; urgency=low
* Increase alpha hardcoded ramdisk_size to 20 mb, 16 is too small now.
[ Frans Pop ]
* Remove boot parameters from silo.conf that are no longer needed after
switch to initramfs initrds.
* Remove boot parameters that are no longer needed after switch to initramfs
initrds for sparc and hppa.
-- Frans Pop <fjp@debian.org> Mon, 23 Oct 2006 00:35:44 +0200
-- Frans Pop <fjp@debian.org> Mon, 23 Oct 2006 00:41:07 +0200
debian-cd (2.2.25) unstable; urgency=low

View File

@ -54,9 +54,8 @@ install_languages "$CDROOT"
K32=$(ls $CDROOT/install/vmlinux-*-parisc|head -1 | sed 's?^.*/install/?install/?g')
K64=$(ls $CDROOT/install/vmlinux-*-parisc64|head -1 | sed 's?^.*/install/?install/?g')
RSIZE=$(expr $(zcat "$CDROOT/install/initrd.gz" | wc --bytes) / 1024)
echo " -hppa-cmdline '0/vmlinux,root=/dev/ram,initrd=0/ramdisk,ramdisk_size=$RSIZE'" >> $1.mkisofs_opts
echo " -hppa-cmdline '0/vmlinux,initrd=0/ramdisk'" >> $1.mkisofs_opts
echo " -hppa-kernel-32 $K32" >> $1.mkisofs_opts
echo " -hppa-kernel-64 $K64" >> $1.mkisofs_opts
echo " -hppa-bootloader install/iplboot" >> $1.mkisofs_opts