Comment out the static wiring of hints for GENERIC - the release process
now installs the hints file into /boot.
This commit is contained in:
parent
5836b5e001
commit
2422dd7973
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user