summaryrefslogtreecommitdiff
path: root/src/system/grub_update.py
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2024-01-16 22:54:20 +0000
committerGitHub <noreply@github.com>2024-01-16 22:54:20 +0000
commitbf08f0f2538b5068ff1a41b51dac832b04a7d4be (patch)
treec8b8babd8e5d812a0f323dd40c1b1689c4530dde /src/system/grub_update.py
parent0249dc59b5adf095d9833cde42d8649ad299d717 (diff)
parent5ceaff2ef970cb9c567ac317bafbffca5b073f4a (diff)
downloadvyos-1x-bf08f0f2538b5068ff1a41b51dac832b04a7d4be.tar.gz
vyos-1x-bf08f0f2538b5068ff1a41b51dac832b04a7d4be.zip
Merge pull request #2818 from jestabro/serial-console-config-mode
image-tools: T5923: update system_console.py for new GRUB file structure
Diffstat (limited to 'src/system/grub_update.py')
-rw-r--r--src/system/grub_update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system/grub_update.py b/src/system/grub_update.py
index 4d5e0b6ae..5a7d8eb72 100644
--- a/src/system/grub_update.py
+++ b/src/system/grub_update.py
@@ -69,7 +69,7 @@ if __name__ == '__main__':
'bootmode': default_entry['bootmode'],
'console_type': default_entry['console_type'],
'console_num': default_entry['console_num'],
- 'console_speed': '115200'
+ 'console_speed': default_entry['console_speed']
}
vars.update(default_settings)