Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/distrib/sparc/bootfs Pull up revision 1.27 (requested b...
details: https://anonhg.NetBSD.org/src/rev/765d1fd1bca8
branches: netbsd-1-5
changeset: 492960:765d1fd1bca8
user: he <he%NetBSD.org@localhost>
date: Wed Mar 20 22:21:42 2002 +0000
description:
Pull up revision 1.27 (requested by he):
Add ``-f'' option to binstall.sh and use it. This is allows boot
media construction when securelevel > 0.
diffstat:
distrib/sparc/bootfs/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c2009e1cac63 -r 765d1fd1bca8 distrib/sparc/bootfs/Makefile
--- a/distrib/sparc/bootfs/Makefile Wed Mar 20 22:21:23 2002 +0000
+++ b/distrib/sparc/bootfs/Makefile Wed Mar 20 22:21:42 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21.2.2 2000/11/01 03:09:20 tv Exp $
+# $NetBSD: Makefile,v 1.21.2.3 2002/03/20 22:21:42 he Exp $
#
# boot.fs is the image for disk 1 of the two-set floppy based installation
# method.
@@ -60,7 +60,7 @@
@echo ""
@echo "installing new bootblocks"
-rm -f ${MOUNT_POINT}/boot
- ${MDEC}/binstall -m ${MDEC} -v ffs ${MOUNT_POINT}
+ ${MDEC}/binstall -m ${MDEC} -f ${IMAGE} -v ffs ${MOUNT_POINT}
umount ${MOUNT_POINT}
vnconfig -u ${VND_CDEV}
Home |
Main Index |
Thread Index |
Old Index