Source-Changes-HG archive

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

[src/trunk]: src/distrib/amiga/miniroot Need to install /boot.amiga when inst...



details:   https://anonhg.NetBSD.org/src/rev/d137d8727f2c
branches:  trunk
changeset: 525666:d137d8727f2c
user:      mhitch <mhitch%NetBSD.org@localhost>
date:      Mon Apr 15 02:48:17 2002 +0000

description:
Need to install /boot.amiga when installing/upgrading the bootblocks.

diffstat:

 distrib/amiga/miniroot/install.md |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3bfcac5378ac -r d137d8727f2c distrib/amiga/miniroot/install.md
--- a/distrib/amiga/miniroot/install.md Mon Apr 15 02:05:10 2002 +0000
+++ b/distrib/amiga/miniroot/install.md Mon Apr 15 02:48:17 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: install.md,v 1.17 2002/03/02 18:41:41 mhitch Exp $
+#      $NetBSD: install.md,v 1.18 2002/04/15 02:48:17 mhitch Exp $
 #
 #
 # Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -100,6 +100,7 @@
                        y*|Y*)
                                echo "Installing boot block..."
                                chroot /mnt /usr/mdec/installboot /usr/mdec/bootxx_ffs /dev/r${1}a
+                               cp -p /mnt/usr/mdec/boot.amiga /mnt/
                                ;;
                        *)
                                echo "No bootblock installed."



Home | Main Index | Thread Index | Old Index