diff options
author | John Estabrook <jestabro@vyos.io> | 2024-05-10 08:31:15 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2024-05-10 08:32:52 -0500 |
commit | 32658e981babffb5b7149534bd50a64d11f7c74f (patch) | |
tree | 23007ab232d4887e2ab3ec5285246393b846cd17 /data/templates/grub/grub_options.j2 | |
parent | def74a8fa4e0fb9c7ef95bfb6daff8a4f1a9878f (diff) | |
download | vyos-1x-32658e981babffb5b7149534bd50a64d11f7c74f.tar.gz vyos-1x-32658e981babffb5b7149534bd50a64d11f7c74f.zip |
image-tools: T6327: drop boot console type ttyUSB
Diffstat (limited to 'data/templates/grub/grub_options.j2')
-rw-r--r-- | data/templates/grub/grub_options.j2 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/data/templates/grub/grub_options.j2 b/data/templates/grub/grub_options.j2 index c8a1472e1..a00bf4e37 100644 --- a/data/templates/grub/grub_options.j2 +++ b/data/templates/grub/grub_options.j2 @@ -33,12 +33,6 @@ submenu "Boot options" { setup_serial configfile ${prefix}/grub.cfg.d/*vyos-menu*.cfg } - menuentry "ttyUSB (USB serial)" { - set console_type="ttyUSB" - export console_type - setup_serial - configfile ${prefix}/grub.cfg.d/*vyos-menu*.cfg - } } menuentry "Enter console number" { read console_num |