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/b33b7abb78ec
branches: netbsd-2-0
changeset: 561427:b33b7abb78ec
user: tron <tron%NetBSD.org@localhost>
date: Thu Jun 17 08:28:44 2004 +0000
description:
Pull up revision 1.7 (requested by abs in ticket #497):
Don't attempt to use UnixFS, as it no longer works with recent filesystem
changes.
diffstat:
distrib/acorn32/stand/BtNetBSD/!BtNetBSD/fastboot | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r 1693aceb9195 -r b33b7abb78ec distrib/acorn32/stand/BtNetBSD/!BtNetBSD/fastboot
--- a/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/fastboot Thu Jun 17 08:26:06 2004 +0000
+++ b/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/fastboot Thu Jun 17 08:28:44 2004 +0000
@@ -1,11 +1,12 @@
-| $NetBSD: fastboot,v 1.5.2.1 2004/06/17 07:51:40 tron Exp $
+| $NetBSD: fastboot,v 1.5.2.2 2004/06/17 08:28:44 tron Exp $
|
| Fast boot configuration file, edit by hand, save and run !BtNetBSD
| Part of !BtNetBSD
|
| First mount the root partition wd0a in this case for the kernel
-If "%*0" = "" Then Run <BtNetBSD$Dir>.native.mountufs ADFS 4
+| XXX UnixFS is currently broken.
+|If "%*0" = "" Then Run <BtNetBSD$Dir>.native.mountufs ADFS 4
| Run The PreBoot file for various extra settings necessary
Run <BtNetBSD$Dir>.PreBoot
@@ -19,7 +20,9 @@
| Select Kernel, Root and Bootoptions
| add `oldkernel' to BootOptions for booting old a.out kernels
|
-If "%*0" = "" Then Set NetBSD$Kernel UnixFS:$.netbsd Else Set NetBSD$Kernel %*0
+| XXX UnixFS is currently broken.
+|If "%*0" = "" Then Set NetBSD$Kernel UnixFS:$.netbsd Else Set NetBSD$Kernel %*0
+If "%*0" = "" Then Error Double click a kernel to start NetBSD
Set NetBSD$Root /dev/wd0a
Set NetBSD$BootOptions maxproc=64 noftp symtab
Home |
Main Index |
Thread Index |
Old Index