File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- postgres-version = " 15.6.1.114"
1
+ postgres-version = " 15.6.1.114-ext4-64bit "
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ function format_and_mount_rootfs {
109
109
mount /dev/xvdf1 /mnt/boot/efi
110
110
fi
111
111
112
- mkfs.ext4 /dev/xvdh
112
+ mkfs.ext4 -O ^64bit /dev/xvdh
113
113
mkdir -p /mnt/data
114
114
mount -o defaults,discard /dev/xvdh /mnt/data
115
115
}
@@ -223,11 +223,10 @@ function update_systemd_services {
223
223
rm -f /mnt/etc/systemd/system/multi-user.target.wants/vector.service
224
224
ln -s /etc/systemd/system/vector.timer /mnt/etc/systemd/system/multi-user.target.wants/vector.timer
225
225
226
- # Disable apparmor during first boot
226
+ # Disable services during first boot.
227
227
rm -f /mnt/etc/systemd/system/sysinit.target.wants/apparmor.service
228
-
229
- # Disable postgresql service during first boot.
230
228
rm -f /mnt/etc/systemd/system/multi-user.target.wants/postgresql.service
229
+ rm -f /mnt/etc/systemd/system/multi-user.target.wants/salt-minion.service
231
230
232
231
# Disable auditd
233
232
rm -f /mnt/etc/systemd/system/multi-user.target.wants/auditd.service
You can’t perform that action at this time.
0 commit comments