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 0399a1c commit 3b82fb9Copy full SHA for 3b82fb9
data/data/bootstrap/files/usr/local/bin/node-image-pull.sh.template
@@ -90,6 +90,7 @@ ostree checkout --repo "${ostree_repo}" ${hardlink} coreos/node-image "${ostree_
90
91
# in the assisted-installer case, nuke the temporary repo to save RAM
92
if grep -q coreos.liveiso= /proc/cmdline; then
93
+ df -h /run/ephemeral
94
echo "Deleting temporary repo"
95
rm -rf "${ostree_repo}"
96
fi
0 commit comments