Wed Dec 21 14:33:13 2011 UTC ()
bootmenu doesn't parse "prompt" as part of a command list, it must
stand alone.


(mlelstv)
diff -r1.3 -r1.4 src/etc/etc.amd64/boot.cfg
diff -r1.3 -r1.4 src/etc/etc.i386/boot.cfg

cvs diff -r1.3 -r1.4 src/etc/etc.amd64/boot.cfg (expand / switch to context diff)
--- src/etc/etc.amd64/boot.cfg 2011/12/09 06:50:36 1.3
+++ src/etc/etc.amd64/boot.cfg 2011/12/21 14:33:13 1.4
@@ -2,7 +2,7 @@
 menu=Boot single user:rndseed /var/db/entropy-file;boot netbsd -s
 menu=Disable ACPI:rndseed /var/db/entropy-file;boot netbsd -2
 menu=Disable ACPI and SMP:rndseed /var/db/entropy-file;boot netbsd -12
-menu=Drop to boot prompt:rndseed /var/db/entropy-file;prompt
+menu=Drop to boot prompt:prompt
 default=1
 timeout=5
 clear=1

cvs diff -r1.3 -r1.4 src/etc/etc.i386/boot.cfg (expand / switch to context diff)
--- src/etc/etc.i386/boot.cfg 2011/12/09 06:50:36 1.3
+++ src/etc/etc.i386/boot.cfg 2011/12/21 14:33:13 1.4
@@ -2,7 +2,7 @@
 menu=Boot single user:rndseed /var/db/entropy-file;boot netbsd -s
 menu=Disable ACPI:rndseed /var/db/entropy-file;boot netbsd -2
 menu=Disable ACPI and SMP:rndseed /var/db/entropy-file;boot netbsd -12
-menu=Drop to boot prompt:rndseed /var/db/entropy-file;prompt
+menu=Drop to boot prompt:prompt
 default=1
 timeout=5
 clear=1