aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2018-05-24 15:20:50 -0700
committerGuillaume Tucker <guillaume.tucker@collabora.com>2018-06-28 10:15:13 +0100
commit01a74c1f7e85960459a83af01296e7920cb535fb (patch)
treed0012d035cfdef7b88365de540063d6af59c2540 /templates
parentd946a9f169d3d8d80c3308c8d94a8f4924a7e73e (diff)
templates/boot: add (initramfs) boot prompt
When using a debian initramfs, if the boot falls through to the ramdisk, the shell prompt is "(initramfs)". Add that to the list of expected prompts. Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/boot/generic-uboot-tftp-ramdisk-template.jinja21
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/boot/generic-uboot-tftp-ramdisk-template.jinja2 b/templates/boot/generic-uboot-tftp-ramdisk-template.jinja2
index 03d2999..721fba0 100644
--- a/templates/boot/generic-uboot-tftp-ramdisk-template.jinja2
+++ b/templates/boot/generic-uboot-tftp-ramdisk-template.jinja2
@@ -18,5 +18,6 @@
prompts:
- 'linaro-test'
- 'root@debian:~#'
+ - '(initramfs)'
- '/ #'
{% endblock %}