We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42c24d commit 89f78b4Copy full SHA for 89f78b4
src/cmdlib.sh
@@ -762,10 +762,7 @@ if [ -n "\${cachedev}" ]; then
762
# XXX: brutal workaround for https://github.com/coreos/coreos-assembler/issues/3848
763
killall rofiles-fuse || :
764
/sbin/fstrim -v ${workdir}/cache
765
- while ! mount -o remount,ro ${workdir}/cache; do
766
- echo "failed to remount cache ro; retrying..." |& tee /dev/virtio-ports/cosa-cmdout
767
- sleep 1
768
- done
+ mount -o remount,ro ${workdir}/cache
769
fsfreeze -f ${workdir}/cache
770
fsfreeze -u ${workdir}/cache
771
umount ${workdir}/cache
0 commit comments