Source-Changes-HG archive

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

[src/trunk]: src/distrib/i386/floppies/bootfloppy-common Don't try to remove ...



details:   https://anonhg.NetBSD.org/src/rev/bfbfcfa00b3f
branches:  trunk
changeset: 482637:bfbfcfa00b3f
user:      enami <enami%NetBSD.org@localhost>
date:      Fri Feb 18 02:50:17 2000 +0000

description:
Don't try to remove old /boot after new one is installed.
Actually, we don't need to remove it since we are using fresh image.

diffstat:

 distrib/i386/floppies/bootfloppy-common/Makefile.inc |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r e91d124cdac9 -r bfbfcfa00b3f distrib/i386/floppies/bootfloppy-common/Makefile.inc
--- a/distrib/i386/floppies/bootfloppy-common/Makefile.inc      Fri Feb 18 00:15:15 2000 +0000
+++ b/distrib/i386/floppies/bootfloppy-common/Makefile.inc      Fri Feb 18 02:50:17 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.22 2000/02/01 05:02:33 tsutsui Exp $
+#      $NetBSD: Makefile.inc,v 1.23 2000/02/18 02:50:17 enami Exp $
 
 # TOP is assumed to be defined by Makefile including this one.
 
@@ -46,9 +46,6 @@
            TARGDIR=${MOUNT_POINT} sh ${TOP}/runlist.sh ${LISTS}
        @echo ""
        @df -i ${MOUNT_POINT}
-       @echo ""
-       @echo "installing new bootblocks"
-       -rm -f ${MOUNT_POINT}/boot
        umount ${MOUNT_POINT}
        vnconfig -u ${VND_CDEV}
 



Home | Main Index | Thread Index | Old Index