Bumped Debian Version 12 (bookworm)>13 (trixie)
- Added automatic `apt modernize-sources`
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
image:
|
image:
|
||||||
distribution: "debian"
|
distribution: "debian"
|
||||||
release: "bookworm"
|
release: "trixie"
|
||||||
|
|
||||||
source:
|
source:
|
||||||
downloader: debootstrap
|
downloader: debootstrap
|
||||||
@@ -1678,6 +1678,13 @@ actions:
|
|||||||
systemctl mask systemd-networkd.socket
|
systemctl mask systemd-networkd.socket
|
||||||
systemctl mask systemd-networkd-wait-online.service
|
systemctl mask systemd-networkd-wait-online.service
|
||||||
|
|
||||||
|
# Disable unwanted mounts
|
||||||
|
systemctl mask dev-mqueue.mount
|
||||||
|
systemctl mask run-lock.mount
|
||||||
|
systemctl mask sys-kernel-config.mount
|
||||||
|
systemctl mask sys-kernel-debug.mount
|
||||||
|
systemctl mask tmp.mount
|
||||||
|
|
||||||
# Make sure the locale is built and functional
|
# Make sure the locale is built and functional
|
||||||
echo en_US.UTF-8 UTF-8 >> /etc/locale.gen
|
echo en_US.UTF-8 UTF-8 >> /etc/locale.gen
|
||||||
locale-gen en_US.UTF-8 UTF-8
|
locale-gen en_US.UTF-8 UTF-8
|
||||||
@@ -1741,6 +1748,14 @@ actions:
|
|||||||
mv /opt/Setup/Scripts/PTKAppUpdate.sh /opt/ProxMoxToolKitAppUpdate.sh
|
mv /opt/Setup/Scripts/PTKAppUpdate.sh /opt/ProxMoxToolKitAppUpdate.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#Modernize apt sources
|
||||||
|
- trigger: post-files
|
||||||
|
action: |-
|
||||||
|
#!/bin/sh
|
||||||
|
apt modernize-sources -y
|
||||||
|
rm -f /etc/apt/sources.list.bak
|
||||||
|
rm -f /etc/apt/sources.list.d/*.bak
|
||||||
|
|
||||||
#Setup jenkins user for node CT
|
#Setup jenkins user for node CT
|
||||||
- trigger: post-packages
|
- trigger: post-packages
|
||||||
action: |-
|
action: |-
|
||||||
|
|||||||
Reference in New Issue
Block a user