Skip to content

Commit 80332a3

Browse files
committed
WIP
1 parent 97456c4 commit 80332a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gigabyte-ampere-cuttlefish-installer/preseed/after_install_1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ for CANDIDATE in $CANDIDATES; do
125125
done
126126

127127
# Run dockerd for a moment and pull container image
128-
mount -t cgroup2 none /sys/fs/cgroup || mount -t cgroup none /sys/fs/cgroup
128+
mount -t cgroup2 none /sys/fs/cgroup
129129
dockerd >/dev/null 2>&1 &
130130
DOCKER_PID=$!
131131
timeout=10 sh -c 'until [ -S /var/run/docker.sock ]; do sleep 1; done'

0 commit comments

Comments
 (0)