Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 1 | # This is an example configuration file for syslinux. |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 2 | TIMEOUT 50 |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 3 | ALLOWOPTIONS 1 |
| 4 | SERIAL 0 115200 |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 5 | PROMPT 0 |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 6 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 7 | UI vesamenu.c32 |
| 8 | menu title Select boot options |
| 9 | menu tabmsg Press [Tab] to edit, [Return] to select |
| 10 | |
| 11 | DEFAULT Graphics console boot |
| 12 | |
| 13 | LABEL Graphics console boot |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 14 | KERNEL /vmlinuz |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 15 | APPEND label=boot rootwait |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 16 | |
| 17 | LABEL Serial console boot |
| 18 | KERNEL /vmlinuz |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 19 | APPEND label=boot rootwait console=ttyS0,115200 |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 20 | |
| 21 | LABEL Graphics console install |
| 22 | KERNEL /vmlinuz |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 23 | APPEND label=install rootwait |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 24 | |
| 25 | LABEL Serial console install |
| 26 | KERNEL /vmlinuz |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 27 | APPEND label=install rootwait console=ttyS0,115200 |