templates for Proxmox VE 8.x/9.x
to be built by Debian Appliance Builder (dab)
source https://github.com/tsvsys/dab-pve-templates
changelog:
set the 'PermitRootLogin yes' in /etc/ssh/sshd_config
set the 'UseDNS no' in /etc/ssh/sshd_config
removed postfix from all images.
pre-generated locale en_US.UTF-8
timezone set to Etc/UTC (can be changed in Makefile)
set APT::Install-Recommends "false"; to /etc/apt/apt.conf.d/00InstallRecommends
installed additional packages:
bzip2, wget, dialog, traceroute, logrotate, net-tools, vim-nox, python3 bash-completion
added a script /etc/rc.local and enabled the rc-local.service systemd unit
in order to show the LXC IP address in a ProxmoxVE VM Console
NOTE: ALL templates are set to zstd format, they will work only on PVE v8/v9
NOTE: in order to build debian 13 template you need to have dab 3.7.0 installed
on your build host
NOTE: in order to build debian 14 forky you need to tweak/edit
/usr/share/perl5/PVE/DAB.pm after line 77 under "my $supported_suites = {
add debian 14 lines:
'forky' => {
ostype => "debian-14",
modern_apt_sources => 1,
},
For Ubuntu 26.04 add lines after 129:
'resolute' => {
ostype => "ubuntu-26.04",
origin => 'ubuntu',
modern_apt_sources => 1,
},
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|