Skip to content

Commit

Permalink
kernel: Drop extra LTS kernels
Browse files Browse the repository at this point in the history
We only want to offer the latest LTS kernel which is a
meta bundle around the official latest kernel. User can
manually switch to any available kernel after install.

Signed-off-by: Mark D Horn <[email protected]>
  • Loading branch information
mdhorn committed Mar 27, 2020
1 parent 636e480 commit 294c518
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 42 deletions.
15 changes: 0 additions & 15 deletions etc/kernels.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,6 @@
"name": "LTS Latest",
"desc": "Run the latest Long Term Support (LTS) Linux Kernel",
"note": "THIS BUNDLE is auto-selected for VirtualBox in model.go"
},
{
"bundle": "kernel-lts2019",
"name": "LTS 5.4",
"desc": "Run the Long Term Support (LTS) 2019 Linux Kernel 5.4"
},
{
"bundle": "kernel-lts2018",
"name": "LTS 4.19",
"desc": "Run the Long Term Support (LTS) 2018 Linux Kernel 4.19"
},
{
"bundle": "kernel-lts2017",
"name": "LTS 4.14",
"desc": "Run the Long Term Support (LTS) 2017 Linux Kernel 4.14"
}
]
}
9 changes: 0 additions & 9 deletions locale/en_US/LC_MESSAGES/clr-installer.po
Original file line number Diff line number Diff line change
Expand Up @@ -662,15 +662,6 @@ msgstr "Cutting-edge Linux kernel tailored for bare metal"
msgid "Run the latest Long Term Support (LTS) Linux Kernel"
msgstr "Run the latest Long Term Support (LTS) Linux Kernel"

msgid "Run the Long Term Support (LTS) 2019 Linux Kernel 5.4"
msgstr "Run the Long Term Support (LTS) 2019 Linux Kernel 5.4"

msgid "Run the Long Term Support (LTS) 2018 Linux Kernel 4.19"
msgstr "Run the Long Term Support (LTS) 2018 Linux Kernel 4.19"

msgid "Run the Long Term Support (LTS) 2017 Linux Kernel 4.14"
msgstr "Run the Long Term Support (LTS) 2017 Linux Kernel 4.14"

#, c-format
msgid "See %s for details."
msgstr "See %s for details."
Expand Down
9 changes: 0 additions & 9 deletions locale/es_MX/LC_MESSAGES/clr-installer.po
Original file line number Diff line number Diff line change
Expand Up @@ -662,15 +662,6 @@ msgstr "Kernel Linux de vanguardia adaptado a medida de metal"
msgid "Run the latest Long Term Support (LTS) Linux Kernel"
msgstr "Ejecute el último kernel de Linux de soporte a largo plazo (LTS)"

msgid "Run the Long Term Support (LTS) 2019 Linux Kernel 5.4"
msgstr "Ejecute el núcleo de soporte a largo plazo (LTS) 2019 Linux Kernel 5.4"

msgid "Run the Long Term Support (LTS) 2018 Linux Kernel 4.19"
msgstr "Ejecute el núcleo de soporte a largo plazo (LTS) 2018 Linux Kernel 4.19"

msgid "Run the Long Term Support (LTS) 2017 Linux Kernel 4.14"
msgstr "Ejecute el núcleo de soporte a largo plazo (LTS) 2017 Linux Kernel 4.14"

#, c-format
msgid "See %s for details."
msgstr "Ver %s para más detalles."
Expand Down
9 changes: 0 additions & 9 deletions locale/zh_CN/LC_MESSAGES/clr-installer.po
Original file line number Diff line number Diff line change
Expand Up @@ -662,15 +662,6 @@ msgstr "针对裸机定制的尖端 Linux 内核"
msgid "Run the latest Long Term Support (LTS) Linux Kernel"
msgstr "运行最新的长期支持 (LTS) Linux 内核"

msgid "Run the Long Term Support (LTS) 2019 Linux Kernel 5.4"
msgstr "运行长期支持 (LTS) 2019 Linux 内核 5.4"

msgid "Run the Long Term Support (LTS) 2018 Linux Kernel 4.19"
msgstr "运行长期支持 (LTS) 2018 Linux 内核 4.19"

msgid "Run the Long Term Support (LTS) 2017 Linux Kernel 4.14"
msgstr "运行长期支持 (LTS) 2017 Linux 内核 4.14"

#, c-format
msgid "See %s for details."
msgstr "请参阅 %s 了解详情。"
Expand Down

0 comments on commit 294c518

Please sign in to comment.