Uncompress sparc64 kernel, so SILO doesn't get messed up by the size of uncompressing it itself

This commit is contained in:
Ben Collins 2002-05-03 20:25:53 +00:00
parent fab540e5f4
commit ec454c246b
1 changed files with 4 additions and 2 deletions

View File

@ -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