Skip to content

Commit 5ffe21e

Browse files
committed
disable graphical target
1 parent f60d6d7 commit 5ffe21e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ansible/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ postgres_major:
1010
# Full version strings for each major version
1111
postgres_release:
1212
postgresorioledb-17: "17.5.1.009-orioledb"
13-
postgres17: "17.4.1.067-rc.2"
13+
postgres17: "17.4.1.067-rc.3"
1414
postgres15: "15.8.1.123"
1515

1616
# Non Postgres Extensions

scripts/90-cleanup-qemu.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ elif [ -n "$(command -v apt-get)" ]; then
6868
apt-get -y upgrade
6969

7070
fi
71+
72+
systemctl set-default multi-user.target
73+
systemctl disable [email protected]
74+
systemctl mask [email protected]
75+
systemctl mask graphical.target
76+
7177
rm -rf /tmp/* /var/tmp/*
7278
history -c
7379
cat /dev/null > /root/.bash_history

0 commit comments

Comments
 (0)