Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/cobalt/stand/installboot Up the compression factor ...



details:   https://anonhg.NetBSD.org/src/rev/6f93f5c364b8
branches:  trunk
changeset: 487022:6f93f5c364b8
user:      soren <soren%NetBSD.org@localhost>
date:      Thu Jun 01 14:33:43 2000 +0000

description:
Up the compression factor slightly.

diffstat:

 sys/arch/cobalt/stand/installboot/installboot.sh |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 521152ace3ac -r 6f93f5c364b8 sys/arch/cobalt/stand/installboot/installboot.sh
--- a/sys/arch/cobalt/stand/installboot/installboot.sh  Thu Jun 01 14:31:26 2000 +0000
+++ b/sys/arch/cobalt/stand/installboot/installboot.sh  Thu Jun 01 14:33:43 2000 +0000
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+# $NetBSD: installboot.sh,v 1.2 2000/06/01 14:33:43 soren Exp $
+
 EXT2_MOUNT=/stand
 NETBSD_KERNEL=netbsd
 FW_KERNELS="vmlinux.gz vmlinux_RAQ.gz vmlinux_raq-2800.gz"
@@ -15,7 +17,7 @@
        exit 1
 fi
 
-gzip -1 -c /${NETBSD_KERNEL} > ${EXT2_MOUNT}/boot/netbsd.gz
+gzip -2 -c /${NETBSD_KERNEL} > ${EXT2_MOUNT}/boot/netbsd.gz
 
 for KERNEL in ${FW_KERNELS}; do
        rm -f ${EXT2_MOUNT}/boot/${KERNEL}



Home | Main Index | Thread Index | Old Index