summaryrefslogtreecommitdiff
path: root/data/templates/grub/grub_options.j2
AgeCommit message (Collapse)Author
2026-02-25T8120: Fix grub for ARM use consistent string comparison operatorViacheslav Hletenko
Replace single '=' with '==' in GRUB shell conditionals for string comparisons
2026-02-18T8120: Add AMA support AMA console for ARM devicesViacheslav Hletenko
2024-05-10image-tools: T6327: drop boot console type ttyUSBJohn Estabrook
2023-11-15image: T4516: Added system image toolszsdc
This commit adds the whole set of system image tools written from the scratch in Python that allows performing all the operations on images: * check information * perform installation and deletion * versions management Also, it contains a new service that will update the GRUB menu and keep tracking its version in the future. WARNING: The commit contains non-reversible changes. Because of boot menu changes, it will not be possible to manage images from older VyOS versions after an update.