remove j2 file extensions

This commit is contained in:
2025-10-12 19:13:00 -07:00
parent 859bb6cb79
commit b491da77f0
15 changed files with 91 additions and 29 deletions

View File

@ -15,6 +15,47 @@ iso_packages:
- binutils
- isolinux
# list of packages to be installed with base image
install_packages:
- openssh-server
- resolvconf
- sudo
- htop
- net-tools
- curl
- pigz
- jq
- nmap
- lm-sensors
- speedtest-cli
- ethtool
- tidy
- lynx
- iotop
- iftop
- gnupg
- pwgen
- unzip
- iw
- lshw
- firmware-iwlwifi
- dnsutils
- git
- brightnessctl
- v4l-utils
- ffmpeg
- libpam-kwallet5
- thermald
- acpi
- lshw
- iw
- bind9-dnsutils
- openssh-server
- curl
- openvpn
- net-tools
- htop
deb13_src: "/opt/cosmos/deb13-source"
deb13_iso: "/opt/cosmos/deb13-iso"
@ -32,4 +73,5 @@ configure_routing: true
cpu_architecture: "amd64"
# this is true because it will always be set in jenkins
refresh_only: true
armcpu_check: false
...