Comment out the static wiring of hints for GENERIC - the release process

now installs the hints file into /boot.
This commit is contained in:
Peter Wemm 2000-08-24 18:56:54 +00:00
parent 5836b5e001
commit 2422dd7973
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65059
5 changed files with 10 additions and 5 deletions

View File

@ -27,7 +27,8 @@ cpu EV5
ident GENERIC
maxusers 32
hints "GENERIC.hints"
#To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints"
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols

View File

@ -27,7 +27,8 @@ cpu EV5
ident GENERIC
maxusers 32
hints "GENERIC.hints"
#To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints"
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols

View File

@ -25,7 +25,8 @@ cpu I686_CPU
ident GENERIC
maxusers 32
hints "GENERIC.hints" #Default places to look for devices.
#To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints" #Default places to look for devices.
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols

View File

@ -25,7 +25,8 @@ cpu I686_CPU
ident GENERIC
maxusers 32
hints "GENERIC.hints" #Default places to look for devices.
#To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints" #Default places to look for devices.
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols

View File

@ -25,7 +25,8 @@ cpu I686_CPU
ident GENERIC
maxusers 32
hints "GENERIC.hints"
#To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints"
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols