Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jan 2004 11:26:19 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 45800 for review
Message-ID:  <200401231926.i0NJQJY6077347@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=45800

Change 45800 by rwatson@rwatson_tislabs on 2004/01/23 11:25:47

	Change / to \ in nvram instructions.  Put the string in quotes
	to protect the \.
	
	Submitted by:	mike halderman <mrh@spawar.navy.mil>

Affected files ...

.. //depot/projects/trustedbsd/sedarwin/bootstrap_instructions.txt#23 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin/bootstrap_instructions.txt#23 (text+ko) ====

@@ -231,7 +231,7 @@
     boot-device     mac-io/ata-4@1f000/@0:5,\\:tbxi
     auto-boot?      true
     boot-screen
-    % sudo nvram boot-file=mac-io/ata-4@1f000/@0:5,/mach_kernel.sedarwin
+    % sudo nvram "boot-file=mac-io/ata-4@1f000/@0:5,\mach_kernel.sedarwin"
 
   Note that the boot-file variable consists if {bootdevice},{filename},
   and that the bootdevice is extracted from the more confusing



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401231926.i0NJQJY6077347>