4696d4d244
through the list of kernel names it is configured to try. This way there is fallback if /netbsd is not present. netbsd is the first name to be tried anyway. Issue brought up on tech-kern@ by Patrick Welche <prlw1 AT cam ac uk> where a system without /netbsd hung on boot. Suggestion by rudolf <netbsd AT eq cz> https://mail-index.netbsd.org/tech-kern/2018/02/16/msg023122.html
9 lines
291 B
INI
9 lines
291 B
INI
menu=Boot normally:rndseed /var/db/entropy-file;boot
|
|
menu=Boot single user:rndseed /var/db/entropy-file;boot -s
|
|
menu=Disable ACPI:rndseed /var/db/entropy-file;boot -2
|
|
menu=Disable ACPI and SMP:rndseed /var/db/entropy-file;boot -12
|
|
menu=Drop to boot prompt:prompt
|
|
default=1
|
|
timeout=5
|
|
clear=1
|