We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e48cfc commit 75ebb9bCopy full SHA for 75ebb9b
toolkit/imageconfigs/scripts/setup-tink-initramfs.sh
@@ -10,6 +10,13 @@ set -x
10
# regen initramfs for tink
11
echo "Tink: final regen initramfs"
12
13
+# tink services
14
+systemctl disable systemd-homed.service
15
+systemctl enable caddy.service
16
+systemctl enable fluent-bit.service
17
+mkdir -p /etc/fluent-bit
18
+touch /etc/fluent-bit/fluent-bit.conf
19
+
20
ramfs=$(find /boot -type f -name initramfs*img -printf '%f\n')
21
# unzip initramfs
22
mkdir /tmp/initramfs
0 commit comments