diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-04-21 19:03:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-21 19:03:58 +0000 |
| commit | 8d13ffae3898c4b28d56fbfbf6c0b3afc137daac (patch) | |
| tree | 29fb4cb950af5f53b88d75c6b6447abe9c9d7769 /data | |
| parent | 018e4ddcfc0551ba999a37cfbaae1a08bb12e271 (diff) | |
| parent | 8c97d461d1c5bfef77b3ebf46ea1d1e211dbd556 (diff) | |
| download | vyos-build-8d13ffae3898c4b28d56fbfbf6c0b3afc137daac.tar.gz vyos-build-8d13ffae3898c4b28d56fbfbf6c0b3afc137daac.zip | |
Merge pull request #1163 from c-po/serial-fixes
image: T8375: honor already existing boot_settings
Diffstat (limited to 'data')
| -rw-r--r-- | data/architectures/amd64.toml | 5 | ||||
| -rw-r--r-- | data/architectures/arm64.toml | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/data/architectures/amd64.toml b/data/architectures/amd64.toml index 4a864d7c..09a9de93 100644 --- a/data/architectures/amd64.toml +++ b/data/architectures/amd64.toml @@ -12,6 +12,5 @@ packages = [ "amd64-microcode" ] -console_type = "ttyS" -console_num = "0" -console_speed = "115200" +[boot_settings] + console_type = "ttyS" diff --git a/data/architectures/arm64.toml b/data/architectures/arm64.toml index 452e3e1e..1aa67021 100644 --- a/data/architectures/arm64.toml +++ b/data/architectures/arm64.toml @@ -6,6 +6,5 @@ packages = [ bootloaders = "grub-efi" squashfs_compression_type = "xz -b 256k -always-use-fragments -no-recovery" -console_type = "ttyAMA" -console_num = "0" -console_speed = "115200" +[boot_settings] + console_type = "ttyAMA" |
