File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1869,7 +1869,10 @@ Implements:
1869
1869
Arguments:
1870
1870
- prompt (regex, default=""): barebox prompt to match
1871
1871
- autoboot (regex, default="stop autoboot"): autoboot message to match
1872
- - interrupt (str, default="\\ n"): string to interrupt autoboot (use "\\ x03" for CTRL-C)
1872
+ - interrupt (str, default="\\ n"): string to interrupt autoboot (use "\\ x03" for CTRL-c),
1873
+ `CTRL-d <https://git.pengutronix.de/cgit/barebox/commit/?id=ae482477b60e1e308327658a899358746ff2f5b >`_
1874
+ ("\\ x04") is recommended to ensure barebox behaves as closely as possible to uninterrupted
1875
+ boots (for barebox >=v2025.03.0).
1873
1876
- bootstring (regex, default="Linux version \\ d"): regex that indicating that the Linux Kernel is
1874
1877
booting
1875
1878
- password (str): optional, password to use for access to the shell
You can’t perform that action at this time.
0 commit comments