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 5b77c05 commit 92c5f9bCopy full SHA for 92c5f9b
data/data/bootstrap/files/usr/local/bin/node-image-pull.sh.template
@@ -85,6 +85,8 @@ ostree checkout --repo "${ostree_repo}" ${hardlink} coreos/node-image "${ostree_
85
86
# in the assisted-installer case, nuke the temporary repo to save RAM
87
if grep -q coreos.liveiso= /proc/cmdline; then
88
+ df -h "${ostree_repo}"
89
echo "Deleting temporary repo"
90
rm -rf "${ostree_repo}"
91
+ df -h "${ostree_checkout}"
92
fi
0 commit comments