Source-Changes-HG archive

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

[src/trunk]: src/distrib/notes/macppc remove absolute path to ofwboot.xcf fro...



details:   https://anonhg.NetBSD.org/src/rev/174a81c8fcdb
branches:  trunk
changeset: 526771:174a81c8fcdb
user:      mbw <mbw%NetBSD.org@localhost>
date:      Fri May 10 05:29:59 2002 +0000

description:
remove absolute path to ofwboot.xcf from example netboot commands, making
it compatible with non-chroot tftp servers

diffstat:

 distrib/notes/macppc/install |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (53 lines):

diff -r 48d0dffa1cae -r 174a81c8fcdb distrib/notes/macppc/install
--- a/distrib/notes/macppc/install      Fri May 10 02:51:44 2002 +0000
+++ b/distrib/notes/macppc/install      Fri May 10 05:29:59 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: install,v 1.19 2002/05/09 09:45:29 mbw Exp $
+.\"    $NetBSD: install,v 1.20 2002/05/10 05:29:59 mbw Exp $
 .
 .Ss2 Open Firmware boot syntax
 .
@@ -350,14 +350,14 @@
 You can try the simple form (i.e. that you are booting from ethernet):
 .Pp
 .(disp
-.No 0 \*> Ic "boot enet:,\eofwboot.xcf"
+.No 0 \*> Ic "boot enet:,ofwboot.xcf"
 .disp)
 .Pp
 Or you may be more specific,
 specifying the bootloader filename and the kernel name:
 .Pp
 .(disp
-.No 0 \*> Ic "boot enet:,\eofwboot.xcf enet:,/netbsd.GENERIC_MD.gz"
+.No 0 \*> Ic "boot enet:,ofwboot.xcf enet:,/netbsd.GENERIC_MD.gz"
 .disp)
 .(Note
 Some Open Firmware 1.0.5 machines have their MAC address stored
@@ -386,7 +386,7 @@
 specifying the bootloader filename and the kernel name:
 .Pp
 .(disp
-.No 0 \*> Ic "boot enet:0,\eofwboot.xcf enet:0,/netbsd.GENERIC_MD.gz"
+.No 0 \*> Ic "boot enet:0,ofwboot.xcf enet:0,/netbsd.GENERIC_MD.gz"
 .disp)
 .It
 .To 2 "Booting off the NetBSD/macppc install CD-R"
@@ -560,7 +560,7 @@
  To continue booting, type "mac-boot" and press return.
  To shut down, type "shut-down" and press return.
   ok
-.No  0 \*> Ic "boot enet:,\eofwboot.xcf netbsd.GENERIC_MD.gz"
+.No  0 \*> Ic "boot enet:,ofwboot.xcf netbsd.GENERIC_MD.gz"
  loading XCOFF
  tsize=C280 dsize=14AC bsize=2620 entry=600000
  SECTIONS:
@@ -746,7 +746,7 @@
 even if the bootp or DHCP server provides the correct information. You
 need to boot with a command like: 
 .(disp
-.No 0 \*> Ic "boot enet:,\eofwboot.xcf"
+.No 0 \*> Ic "boot enet:,ofwboot.xcf"
 .disp)
 .It
 .To 2 "Bootloader hangs before the copyright notice"



Home | Main Index | Thread Index | Old Index