FreeBSD Bugzilla – Attachment 22948 Details for
Bug 39679
bootfile separator is wrong in loader.conf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.54 KB, created by
Cyrille Lefevre
on 2002-06-23 01:00:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Cyrille Lefevre
Created:
2002-06-23 01:00:07 UTC
Size:
1.54 KB
patch
obsolete
>Index: common/help.common >=================================================================== >RCS file: /home/ncvs/src/sys/boot/common/help.common,v >retrieving revision 1.14.2.2 >diff -u -r1.14.2.2 help.common >--- common/help.common 7 Dec 2001 11:55:22 -0000 1.14.2.2 >+++ common/help.common 5 Jan 2002 21:54:38 -0000 >@@ -123,9 +123,9 @@ > ################################################################################ > # Tset Sbootfile DSet the default boot file set > >- set bootfile=<filename>[,<filename>...] >+ set bootfile=<filename>[;<filename>...] > >- The default search path for bootable kernels is /kernel,/kernel.old. >+ The default search path for bootable kernels is /kernel;/kernel.old. > It may be overridden by setting the bootfile variable to a > semicolon-separated list of paths, which will be searched for in turn. > >Index: forth/loader.conf >=================================================================== >RCS file: /home/ncvs/src/sys/boot/forth/loader.conf,v >retrieving revision 1.25.2.18 >diff -u -r1.25.2.18 loader.conf >--- forth/loader.conf 28 Apr 2002 22:49:54 -0000 1.25.2.18 >+++ forth/loader.conf 22 Jun 2002 23:30:17 -0000 >@@ -43,7 +43,7 @@ > ############################################################## > > #autoboot_delay="10" # Delay in seconds before autobooting >-#bootfile="kernel,kernel.old" # Set the default boot file set >+#bootfile="kernel;kernel.old" # Set the default boot file set > #console="vidconsole" # Set the current console > #currdev="disk1s1a" # Set the current device > #module_path="/;/boot;/modules" # Set the module search path
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 39679
: 22948