Source-Changes-HG archive

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

[src/netbsd-2-0]: src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD Pull up revisi...



details:   https://anonhg.NetBSD.org/src/rev/e2e1a36ade6b
branches:  netbsd-2-0
changeset: 561411:e2e1a36ade6b
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Jun 17 07:51:40 2004 +0000

description:
Pull up revision 1.6 (requested by abs in ticket #497):
Ship boot32 in the bootloader application, and use it in preference to
BtNetBSD.

diffstat:

 distrib/acorn32/stand/BtNetBSD/!BtNetBSD/fastboot |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r ff18d28e5f2b -r e2e1a36ade6b distrib/acorn32/stand/BtNetBSD/!BtNetBSD/fastboot
--- a/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/fastboot Thu Jun 17 07:50:36 2004 +0000
+++ b/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/fastboot Thu Jun 17 07:51:40 2004 +0000
@@ -1,4 +1,4 @@
-| $NetBSD: fastboot,v 1.5 2003/09/26 22:25:21 wiz Exp $
+| $NetBSD: fastboot,v 1.5.2.1 2004/06/17 07:51:40 tron Exp $
 |
 | Fast boot configuration file, edit by hand, save and run !BtNetBSD
 | Part of !BtNetBSD
@@ -35,6 +35,6 @@
 If "<NetBSD$ScreenMode>" <> "" Then Set Alias$SetNetBSDMode Wimpmode <NetBSD$ScreenMode>
 If "<NetBSD$ScreenMode>" <> "" Then SetNetBSDMode
 
-Set Alias$RunNetBSD <BtNetBSD$Dir>.BtNetBSD <NetBSD$Kernel> root=<NetBSD$Root> <NetBSD$BootOptions>
+Set Alias$RunNetBSD <BtNetBSD$Dir>.boot32 <NetBSD$Kernel> root=<NetBSD$Root> <NetBSD$BootOptions>
 
 RunNetBSD



Home | Main Index | Thread Index | Old Index