We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97456c4 commit 80332a3Copy full SHA for 80332a3
1 file changed
gigabyte-ampere-cuttlefish-installer/preseed/after_install_1.sh
@@ -125,7 +125,7 @@ for CANDIDATE in $CANDIDATES; do
125
done
126
127
# Run dockerd for a moment and pull container image
128
-mount -t cgroup2 none /sys/fs/cgroup || mount -t cgroup none /sys/fs/cgroup
+mount -t cgroup2 none /sys/fs/cgroup
129
dockerd >/dev/null 2>&1 &
130
DOCKER_PID=$!
131
timeout=10 sh -c 'until [ -S /var/run/docker.sock ]; do sleep 1; done'
0 commit comments