Module Name:    src
Committed By:   mlelstv
Date:           Wed Dec 21 14:33:13 UTC 2011

Modified Files:
        src/etc/etc.amd64: boot.cfg
        src/etc/etc.i386: boot.cfg

Log Message:
bootmenu doesn't parse "prompt" as part of a command list, it must
stand alone.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/etc/etc.amd64/boot.cfg
cvs rdiff -u -r1.3 -r1.4 src/etc/etc.i386/boot.cfg

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.amd64/boot.cfg
diff -u src/etc/etc.amd64/boot.cfg:1.3 src/etc/etc.amd64/boot.cfg:1.4
--- src/etc/etc.amd64/boot.cfg:1.3	Fri Dec  9 06:50:36 2011
+++ src/etc/etc.amd64/boot.cfg	Wed Dec 21 14:33:13 2011
@@ -2,7 +2,7 @@ menu=Boot normally:rndseed /var/db/entro
 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

Index: src/etc/etc.i386/boot.cfg
diff -u src/etc/etc.i386/boot.cfg:1.3 src/etc/etc.i386/boot.cfg:1.4
--- src/etc/etc.i386/boot.cfg:1.3	Fri Dec  9 06:50:36 2011
+++ src/etc/etc.i386/boot.cfg	Wed Dec 21 14:33:13 2011
@@ -2,7 +2,7 @@ menu=Boot normally:rndseed /var/db/entro
 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

Reply via email to