Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/distrib/sparc/bootfs.sysinst Apply patch (requested by ...
details: https://anonhg.NetBSD.org/src/rev/dc776c1fa4c3
branches: netbsd-1-4
changeset: 470653:dc776c1fa4c3
user: he <he%NetBSD.org@localhost>
date: Sat Jun 03 15:19:52 2000 +0000
description:
Apply patch (requested by he):
Don't strip kernel, use boot.700000, copy sysinst INSTALL
kernel to kernel directory under ``make release''.
diffstat:
distrib/sparc/bootfs.sysinst/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 04cb39580440 -r dc776c1fa4c3 distrib/sparc/bootfs.sysinst/Makefile
--- a/distrib/sparc/bootfs.sysinst/Makefile Sat Jun 03 15:18:54 2000 +0000
+++ b/distrib/sparc/bootfs.sysinst/Makefile Sat Jun 03 15:19:52 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.2.2 2000/03/01 00:22:41 he Exp $
+# $NetBSD: Makefile,v 1.1.2.3 2000/06/03 15:19:52 he Exp $
TOP= ${.CURDIR}/..
MINIROOT= ${.CURDIR}/../../miniroot
@@ -48,7 +48,7 @@
@echo ""
@echo "installing new bootblocks"
-rm -f ${MOUNT_POINT}/boot
- /usr/mdec/binstall -v ffs ${MOUNT_POINT}
+ /usr/mdec/binstall -v -b boot.700000 ffs ${MOUNT_POINT}
umount ${MOUNT_POINT}
vnconfig -u ${VND_CDEV}
@@ -59,7 +59,7 @@
netbsd.ram.gz: ${KERN} ${RAMDISK}
cp ${KERN} netbsd.tmp
mdsetimage -v netbsd.tmp ${RAMDISK}
- strip netbsd.tmp
+# strip netbsd.tmp
gzip -9 netbsd.tmp
mv netbsd.tmp.gz ${.TARGET}
Home |
Main Index |
Thread Index |
Old Index