summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2024-01-05T5899: Use default repo bookworm if vyos_version is unkmowmViacheslav Hletenko
Replace debian.list `bullseye` with `bookworm`
2022-03-09Use debian 11 (bullseye) sources for apt (#23)Arjan H
2021-04-06Fixes for Cloud-init, code optimizationzsdc
- Cleaned up APT configuration code. - Added ifupdown to Cloud-init install. This is required for all datasources that fetch data from remote hosts. - Fixed error that stops playbook if the `custom_debs` directory is empty and `-e custom_packages=true` is used.
2021-03-18Multiple build improvementszsdc
- Removed `empty_config` option. The config should be now always empty because Cloud-init adds required parts dynamically at the first boot. - Added ability to include any additional packages to the image, from list or deb files. - Moved common resources for multiple tasks from tasks folder to `files` and `templates` on the root folder. - Make `trim` actually works. Before this, it actually was a no-op, because RAW image mounted without the `discard` option cannot be trimmed. This significantly reduced the size of images with any additional packages inside, for example with Cloud-init. - Fixed APT repository paths, according to the new structure of `dev.packages.vyos.net`. - Added proper build repository for VyOS 1.3. It used the wrong `current` repo when should be `equuleus` now. - Removed unused `boot/grub/device.map.j2` template. - Deleted a secondary console option from the `grub.cfg.j2` template. According to testing an active console is only the latest listed, so it seems that there is no sense to keep there two items.