From ec454c246bdacffb4a7a01a113930162cc227a77 Mon Sep 17 00:00:00 2001 From: Ben Collins Date: Fri, 3 May 2002 20:25:53 +0000 Subject: [PATCH] Uncompress sparc64 kernel, so SILO doesn't get messed up by the size of uncompressing it itself --- tools/boot/woody/boot-sparc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/boot/woody/boot-sparc b/tools/boot/woody/boot-sparc index f3dbb0bb..6c622460 100755 --- a/tools/boot/woody/boot-sparc +++ b/tools/boot/woody/boot-sparc @@ -46,8 +46,10 @@ cp -f -p $BASEDIR/data/sparc/etc/{debian.txt,silo.conf} \ cp ../../dists/$CODENAME/main/disks-$ARCH/current/sun4cdm/vmlinuz \ $inst/boot/sparc32.gz -cp ../../dists/$CODENAME/main/disks-$ARCH/current/sun4u/vmlinuz \ - $inst/boot/sparc64.gz +# Sparc64 kernel is so big, that uncompressing it corrupts SILO memory, so +# uncompress it before hand. +zcat ../../dists/$CODENAME/main/disks-$ARCH/current/sun4u/vmlinuz \ + $inst/boot/sparc64 # no longer need this rm -rf $tmp