diff options
| author | mhitch <mhitch@NetBSD.org> | 2002-04-15 02:48:17 +0000 |
|---|---|---|
| committer | mhitch <mhitch@NetBSD.org> | 2002-04-15 02:48:17 +0000 |
| commit | 2bbb904100be00a041c6d202fbd4523a9f75d8b6 (patch) | |
| tree | fbccf146e19a9758afd2d8f84283af4f8c8ce0b1 | |
| parent | 0c4a264e40524537c5a0c67a2e9a1d473e1c68e2 (diff) | |
Need to install /boot.amiga when installing/upgrading the bootblocks.
| -rw-r--r-- | distrib/amiga/miniroot/install.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/amiga/miniroot/install.md b/distrib/amiga/miniroot/install.md index 33ad4cbb12e..2d49184883e 100644 --- a/distrib/amiga/miniroot/install.md +++ b/distrib/amiga/miniroot/install.md @@ -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 @@ md_installboot() { 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." |
